This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangzhihan-device-manageme…/roles/consul-client/templates/config-client.json.j2
zhangzhihan 465622889c update 20.11
2020-11-12 22:56:55 +06:00

10 lines
300 B
Django/Jinja

{
"server" : false,
"datacenter" : "{{ consul.datacenter }}",
"data_dir" : "/var/consul-client",
"encrypt" : "{{ consul.dckey }}",
"disable_update_check" : true,
"retry_join" : ["{{ consul.cluster_ip[0] }}","{{ consul.cluster_ip[1]}}","{{ consul.cluster_ip[2] }}"],
"retry_interval" : "10s"
}