add bool for custom tls
This commit is contained in:
parent
f7646a6374
commit
f81716396c
@ -1,4 +1,5 @@
|
|||||||
---
|
---
|
||||||
|
ucs_custom_tls_enabled: False
|
||||||
ucs_tls_certs_dir: /etc/pki/tls/certs
|
ucs_tls_certs_dir: /etc/pki/tls/certs
|
||||||
ucs_tls_key_dir: /etc/pki/tls/private
|
ucs_tls_key_dir: /etc/pki/tls/private
|
||||||
ucs_tls_cert_path: /etc/pki/tls/certs/mycert.pem
|
ucs_tls_cert_path: /etc/pki/tls/certs/mycert.pem
|
||||||
|
@ -49,3 +49,4 @@
|
|||||||
notify: __ucs_postfix_restart
|
notify: __ucs_postfix_restart
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
when: ucs_custom_tls_enabled
|
||||||
|
Loading…
Reference in New Issue
Block a user