Update to 2022-08-09 16:00

This commit is contained in:
Daniel Berteaud 2022-08-09 16:00:17 +02:00
parent 0a7e1bdc78
commit 33a8c8266f
1 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,13 @@ consul_base_conf:
# Recursive DNS resolver to which non authoritative queries will be sent
recursors: "{{ ansible_dns.nameservers }}"
# Domain handled by consul, on which services will be published
# All queries in this domain are assumed to be handled by Consul and will not be recursively resolved
# domain: consul.
# An optional alternative domain
# alt_domain: consul.example.org.
# Address that is advertised to the other nodes
advertise_addr: "{{ ansible_default_ipv4.address }}"
# You can also advertise the WAN addr