mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-09-08 18:00
This commit is contained in:
@@ -180,7 +180,7 @@ nomad_base_conf:
|
||||
# address: http://localhost:8500
|
||||
# allow_unauthenticated: True
|
||||
# tags: []
|
||||
ssl: "{{ (consul_conf is defined and consul_conf.tls is defined and consul_conf.tls.enabled is defined and consul_conf.tls.enabled) | ternary(True, False) }}"
|
||||
ssl: False
|
||||
ca_file: "{{ nomad_root_dir }}/tls/consul_ca.crt"
|
||||
cert_file: "{{ nomad_root_dir }}/tls/consul.crt"
|
||||
key_file: "{{ nomad_root_dir }}/tls/consul.key"
|
||||
|
Reference in New Issue
Block a user