Skip to content

Commit 1a82a8f

Browse files
committed
ansible/roles/consul: Remove nomad bridge bind
1 parent f5f44ea commit 1a82a8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/consul/templates/25-base.hcl.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
data_dir = "/var/lib/consul"
2-
client_addr = "127.0.0.1 172.26.64.1 {{void_mesh[inventory_hostname]}}"
2+
client_addr = "127.0.0.1 {{void_mesh[inventory_hostname]}}"
33
advertise_addr = "{{void_mesh[inventory_hostname]}}"
44
datacenter = "void"
55
acl {

0 commit comments

Comments
 (0)