xoxys.unifi/defaults/main.yml

30 lines
1.1 KiB
YAML

---
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_comm_in", direction: "input", proto: "tcp", port: "8080" }
- { flag: "allow_unifi_comm_out", direction: "output", proto: "tcp", port: "8080" }
- { flag: "allow_unifi_speedtest", direction: "output", proto: "tcp", port: "6789" }
- { flag: "allow_unifi_stun_in", direction: "input", proto: "udp", port: "3478" }
- { flag: "allow_unifi_stun_out", direction: "output", proto: "udp", port: "3478" }
- { flag: "allow_unifi_discover_in", direction: "input", proto: "udp", port: "10001" }
- { flag: "allow_unifi_discover_out", direction: "output", proto: "udp", port: "10001" }
- { flag: "allow_ssh_out", direction: "output", proto: "tcp", port: "22" }