boostrap since we have literally 1 node
This commit is contained in:
parent
79e6698db1
commit
7f36ff272e
@ -1,5 +1,7 @@
|
|||||||
bind_addr = "{{ ip }}"
|
bind_addr = "{{ ip }}"
|
||||||
advertise_addr = "{{ ip }}"
|
advertise_addr = "{{ ip }}"
|
||||||
|
bootstrap = true
|
||||||
|
bootstrap_expect = 1
|
||||||
client_addr = "{{ ip }}"
|
client_addr = "{{ ip }}"
|
||||||
server = true
|
server = true
|
||||||
data_dir = "/opt/consul"
|
data_dir = "/opt/consul"
|
||||||
|
Loading…
Reference in New Issue
Block a user