forked from ISTI-ansible-roles/ansible-roles
library/roles/haproxy/defaults/main.yml, d4science-ghn-cluster: Cleanup the haproxy_cert_dir mess. Now we have a default.
This commit is contained in:
parent
b4239da6ae
commit
da44ef0eaa
|
@ -15,6 +15,7 @@ haproxy_admin_port: 8880
|
||||||
haproxy_admin_socket: /run/haproxy/admin.sock
|
haproxy_admin_socket: /run/haproxy/admin.sock
|
||||||
|
|
||||||
haproxy_letsencrypt_managed: False
|
haproxy_letsencrypt_managed: False
|
||||||
|
haproxy_cert_dir: '{{ pki_dir }}/haproxy'
|
||||||
|
|
||||||
haproxy_nagios_check: False
|
haproxy_nagios_check: False
|
||||||
# It's a percentage
|
# It's a percentage
|
||||||
|
|
Loading…
Reference in New Issue