consul config

This commit is contained in:
2025-05-12 01:05:54 -07:00
parent 9785e8a40a
commit 4851b6521c
2 changed files with 23 additions and 0 deletions

View File

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