2021-12-01 19:13:34 +01:00
|
|
|
---
|
|
|
|
|
2022-02-28 18:00:08 +01:00
|
|
|
# Where unifi will be installed
|
2021-12-01 19:13:34 +01:00
|
|
|
unifi_root_dir: /opt/unifi
|
2022-02-28 18:00:08 +01:00
|
|
|
# Version to deploy
|
2022-09-19 11:00:12 +02:00
|
|
|
unifi_version: 7.2.94
|
2022-02-28 18:00:08 +01:00
|
|
|
# URL to get the installation tarball
|
2021-12-01 19:13:34 +01:00
|
|
|
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
|
2022-02-28 18:00:08 +01:00
|
|
|
# Expected sha256
|
2022-09-19 11:00:12 +02:00
|
|
|
unifi_archive_sha256: 51a979203f1f00021f5a942b86fb327a300212ee8d641877d284bba37ec41aa3
|
2022-02-28 18:00:08 +01:00
|
|
|
# Should ansible handle upgrades (if False, only initial install will be done)
|
2021-12-01 19:13:34 +01:00
|
|
|
unifi_manage_upgrade: True
|
2022-02-28 18:00:08 +01:00
|
|
|
# List of ports used by UniFi controler
|
2021-12-01 19:13:34 +01:00
|
|
|
unifi_http_port: 8080
|
|
|
|
unifi_https_port: 8443
|
|
|
|
unifi_portal_http_port: 8880
|
|
|
|
unifi_portal_https_port: 8843
|
|
|
|
unifi_http_ports:
|
|
|
|
- "{{ unifi_http_port }}"
|
|
|
|
- "{{ unifi_https_port }}"
|
|
|
|
- "{{ unifi_portal_http_port }}"
|
|
|
|
- "{{ unifi_portal_https_port }}"
|
|
|
|
unifi_stun_ports:
|
|
|
|
- 3478
|
2022-02-28 18:00:08 +01:00
|
|
|
# List of IP addresses/CIDR having access to http ports
|
2021-12-01 19:13:34 +01:00
|
|
|
unifi_http_src_ip: []
|
2022-02-28 18:00:08 +01:00
|
|
|
# List of IP addresses/CIDR having access to stun ports
|
2021-12-01 19:13:34 +01:00
|
|
|
unifi_stun_src_ip: []
|
|
|
|
# Max memory, in MB
|
|
|
|
unifi_mem_limit: 2048
|