Files
infra/ansible/roles/local-server-head/templates/consul.hcl

13 lines
189 B
HCL
Raw Normal View History

2025-05-12 01:28:39 -07:00
bind_addr = "{{ ip }}"
advertise_addr = "{{ ip }}"
bootstrap = true
bootstrap_expect = 1
2025-05-12 01:28:39 -07:00
client_addr = "{{ ip }}"
server = true
data_dir = "/opt/consul"
ui_config {
enabled = true
}