mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-23 13:43:18 +02:00
Update to 2022-08-09 16:00
This commit is contained in:
parent
0a7e1bdc78
commit
33a8c8266f
@ -26,6 +26,13 @@ consul_base_conf:
|
|||||||
# Recursive DNS resolver to which non authoritative queries will be sent
|
# Recursive DNS resolver to which non authoritative queries will be sent
|
||||||
recursors: "{{ ansible_dns.nameservers }}"
|
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
|
# Address that is advertised to the other nodes
|
||||||
advertise_addr: "{{ ansible_default_ipv4.address }}"
|
advertise_addr: "{{ ansible_default_ipv4.address }}"
|
||||||
# You can also advertise the WAN addr
|
# You can also advertise the WAN addr
|
||||||
|
Loading…
x
Reference in New Issue
Block a user