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

@@ -1,10 +0,0 @@
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
}