include certificates tasks file
This commit is contained in:
parent
ba9655c7be
commit
3e3e6fc0ab
@ -42,6 +42,7 @@ unifi_open_ports:
|
||||
-A INPUT -m state --state NEW -p tcp --dport 6789 -j ACCEPT
|
||||
state: present
|
||||
|
||||
unifi_tls_deploment_enabled: False
|
||||
unifi_tls_pkcs12_path: /tmp/unifi.p12
|
||||
unifi_tls_cert_path: /etc/pki/tls/certs/cert.pem
|
||||
unifi_tls_key_path: /etc/pki/tls/private/key.pem
|
||||
|
@ -3,3 +3,5 @@
|
||||
- include_tasks: storage.yml
|
||||
when: unifi_lvm_enabled
|
||||
- include_tasks: install.yml
|
||||
- inlcude_tasks: certtificates.yml
|
||||
when: unifi_tls_deploment_enabled
|
||||
|
Loading…
Reference in New Issue
Block a user