Templatizing consul config
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 15s

This commit is contained in:
2025-05-12 01:28:39 -07:00
parent 603559b255
commit 79e6698db1
3 changed files with 13 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
bind_addr = "{{ ip }}"
advertise_addr = "{{ ip }}"
client_addr = "{{ ip }}"
server = true
data_dir = "/opt/consul"
ui_config {
enabled = true
}