infra/ansible/roles/local-server-head/templates/consul.hcl
shockrah 7f36ff272e
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 15s
boostrap since we have literally 1 node
2025-05-12 01:44:25 -07:00

13 lines
189 B
HCL

bind_addr = "{{ ip }}"
advertise_addr = "{{ ip }}"
bootstrap = true
bootstrap_expect = 1
client_addr = "{{ ip }}"
server = true
data_dir = "/opt/consul"
ui_config {
enabled = true
}