aboutsummaryrefslogtreecommitdiff
path: root/os/config/roles/consul/templates/consul.json.j2
diff options
context:
space:
mode:
Diffstat (limited to 'os/config/roles/consul/templates/consul.json.j2')
-rw-r--r--os/config/roles/consul/templates/consul.json.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/os/config/roles/consul/templates/consul.json.j2 b/os/config/roles/consul/templates/consul.json.j2
index 76632a6..beea1fa 100644
--- a/os/config/roles/consul/templates/consul.json.j2
+++ b/os/config/roles/consul/templates/consul.json.j2
@@ -18,7 +18,8 @@
"dns": 53
},
"recursors": [
- "{{ dns_server }}"
+ "{{ dns_1 }}",
+ "{{ dns_2 }}"
],
"encrypt": "{{ consul_gossip_encrypt }}",
"domain": "2.cluster.deuxfleurs.fr",