infra/ansible/roles/local-server-head/files/consul.hcl
shockrah 603559b255
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 3s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 15s
omfg this config i swear
2025-05-12 01:08:11 -07:00

11 lines
166 B
HCL

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