mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-08-11 11:00
This commit is contained in:
@@ -8,6 +8,10 @@ advertise_addr = "{{ consul_conf.advertise_addr }}"
|
||||
datacenter = "{{ consul_conf.datacenter }}"
|
||||
{% endif %}
|
||||
|
||||
{% if consul_conf.primary_datacenter is defined %}
|
||||
primary_datacenter = "{{ consul_conf.primary_datacenter }}"
|
||||
{% endif %}
|
||||
|
||||
{% if consul_conf.node_name is defined %}
|
||||
node_name = {{ consul_conf.node_name }}
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user