xoxys.unifi/defaults/main.yml

30 lines
1.1 KiB
YAML
Raw Normal View History

2018-07-08 18:50:35 +02:00
---
unifi_version: 5.6.39
2018-07-10 22:30:54 +02:00
unifi_openjdk_version: 1.8.0
2018-07-11 23:08:25 +02:00
unifi_restore_after_upgrade: False
2018-07-08 18:50:35 +02:00
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
2018-07-10 22:30:54 +02:00
# unifi_lvm_fstype: xfs
2018-07-08 18:50:35 +02:00
unifi_base_dir: /opt/unifi
2018-07-10 23:11:32 +02:00
unifi_tmp_dir: "{{ unifi_base_dir }}/tmp"
2018-07-11 22:37:44 +02:00
2018-07-11 22:40:37 +02:00
unifi_iptables_enabled: True
2018-07-11 22:37:44 +02:00
unifi_open_ports:
2018-07-11 22:57:06 +02:00
- { flag: "allow_unifi_web", direction: "input", proto: "tcp", port: "8443" }
2018-07-11 23:51:19 +02:00
- { flag: "allow_unifi_comm", direction: "input", proto: "tcp", port: "8080" }
- { flag: "allow_unifi_comm", direction: "output", proto: "tcp", port: "8080" }
2018-07-11 22:57:06 +02:00
- { flag: "allow_unifi_speedtest", direction: "output", proto: "tcp", port: "6789" }
2018-07-11 23:51:19 +02:00
- { 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_ssh", direction: "output", proto: "tcp", port: "22" }