omfg this config i swear
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 3s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 15s

This commit is contained in:
shockrah 2025-05-12 01:08:11 -07:00
parent 4851b6521c
commit 603559b255

View File

@ -1,6 +1,6 @@
bind_addr = "{{ GetInterfaceIP 'eno1' }}" bind_addr = "192.168.1.100"
advertise_addr = "{{ GetInterfaceIP 'eno1' }}" advertise_addr = "192.168.1.100"
client_addr = "{{ GetInterfaceIP 'eno1' }}" client_addr = "192.168.1.100"
server = true server = true
data_dir = "/opt/consul" data_dir = "/opt/consul"