infra/ansible/roles/local-server-head/templates/consul.hcl
shockrah 79e6698db1
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 15s
Templatizing consul config
2025-05-12 01:28:39 -07:00

11 lines
151 B
HCL

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