--- unifi_version: 5.6.39 unifi_openjdk_version: 1.8.0 unifi_restore_after_upgrade: False unifi_group: ubnt unifi_user: ubnt unifi_lvm_enabled: False # unifi_lvm_pvs: # - /dev/sda # unifi_lvm_vg: vg_unifi # unifi_lvm_lv: lv_unifi # unifi_lvm_size: 10G # unifi_lvm_fstype: xfs unifi_base_dir: /opt/unifi unifi_tmp_dir: "{{ unifi_base_dir }}/tmp" unifi_iptables_enabled: True unifi_open_ports: - { flag: "allow_unifi_web", direction: "input", proto: "tcp", port: "8443" } - { flag: "allow_unifi", direction: "input", proto: "tcp", port: "8080" } - { flag: "allow_unifi", direction: "output", proto: "tcp", port: "8080" } - { flag: "allow_unifi", direction: "input", proto: "tcp", port: "8880" } - { flag: "allow_unifi", direction: "output", proto: "tcp", port: "8880" } - { flag: "allow_unifi", direction: "input", proto: "tcp", port: "8843" } - { flag: "allow_unifi", direction: "output", proto: "tcp", port: "8843" } - { flag: "allow_unifi_speedtest", direction: "output", proto: "tcp", port: "6789" } - { flag: "allow_unifi_stun", direction: "input", proto: "udp", port: "3478" } - { flag: "allow_unifi_stun", direction: "output", proto: "udp", port: "3478" } - { flag: "allow_unifi_discover", direction: "input", proto: "udp", port: "10001" } - { flag: "allow_unifi_discover", direction: "output", proto: "udp", port: "10001" } - { flag: "allow_unifi_broadcast", direction: "input", proto: "udp", port: "5656:5699" } - { flag: "allow_unifi_broadcast", direction: "output", proto: "udp", port: "5656:5699" } - { flag: "allow_ssh", direction: "output", proto: "tcp", port: "22" }