mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-10-07 06:54:55 +02:00
Update to 2021-12-01 19:13
This commit is contained in:
10
roles/unifi/templates/system.properties.j2
Normal file
10
roles/unifi/templates/system.properties.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
unifi.xmx={{ unifi_mem_limit }}
|
||||
unifi.xms={{ unifi_mem_limit }}
|
||||
unifi.G1GC.enabled=true
|
||||
autobackup.dir={{ unifi_root_dir }}/backup
|
||||
unifi.http.port={{ unifi_http_port }}
|
||||
unifi.https.port={{ unifi_https_port }}
|
||||
portal.http.port={{ unifi_portal_http_port }}
|
||||
portal.https.port={{ unifi_portal_https_port }}
|
||||
is_default=false
|
||||
uuid={{ inventory_hostname | to_uuid }}
|
Reference in New Issue
Block a user