Update to 2022-08-11 11:00

This commit is contained in:
Daniel Berteaud
2022-08-11 11:00:17 +02:00
parent 617c1583eb
commit 9d4a3e4947
9 changed files with 80 additions and 2 deletions

View File

@@ -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 %}