Files
ansible/tasks/consul/configs/consul.hcl
2025-10-10 11:07:34 +00:00

8 lines
152 B
HCL

datacenter = "MSI-DC"
data_dir = "/opt/consul"
encrypt = "eRhnp22+c0bkV0wPolk6Mw=="
retry_join = ["consul-admin"]
performance {
raft_multiplier = 1
}