mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-02-28 18:00
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
---
|
||||
|
||||
# Where unifi will be installed
|
||||
unifi_root_dir: /opt/unifi
|
||||
unifi_version: 6.5.55
|
||||
# Version to deploy
|
||||
unifi_version: 7.0.23
|
||||
# URL to get the installation tarball
|
||||
unifi_archive_url: https://www.ubnt.com/downloads/unifi/{{ unifi_version }}/UniFi.unix.zip
|
||||
unifi_archive_sha1: 8edc8081ab99eeeb2bdba28f1cfea6e4ce052c98
|
||||
# Expected sha256
|
||||
unifi_archive_sha256: 90fc6d87254cf211f6e4a8b010265d6365b9fae1e78e20cb023c8af8b406fc21
|
||||
# Should ansible handle upgrades (if False, only initial install will be done)
|
||||
unifi_manage_upgrade: True
|
||||
# List of ports used by UniFi controler
|
||||
unifi_http_port: 8080
|
||||
unifi_https_port: 8443
|
||||
unifi_portal_http_port: 8880
|
||||
@@ -16,7 +22,9 @@ unifi_http_ports:
|
||||
- "{{ unifi_portal_https_port }}"
|
||||
unifi_stun_ports:
|
||||
- 3478
|
||||
# List of IP addresses/CIDR having access to http ports
|
||||
unifi_http_src_ip: []
|
||||
# List of IP addresses/CIDR having access to stun ports
|
||||
unifi_stun_src_ip: []
|
||||
# Max memory, in MB
|
||||
unifi_mem_limit: 2048
|
||||
|
Reference in New Issue
Block a user