From 33a8c8266fef87a9af64c69ec176526f598efa94 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Tue, 9 Aug 2022 16:00:17 +0200 Subject: [PATCH] Update to 2022-08-09 16:00 --- roles/consul/defaults/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/consul/defaults/main.yml b/roles/consul/defaults/main.yml index 802377e..a1d976c 100644 --- a/roles/consul/defaults/main.yml +++ b/roles/consul/defaults/main.yml @@ -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