scottslowe-learning-tools/consul/server.json
Scott Lowe b4cc1e3052 Finish consul update
Add more idempotency features to provisioning script. Add Consul configuration file for use with initctl on Ubuntu. Update IP addresses in use. Re-arrange provisioners in Vagrantfile.
2015-10-12 15:13:56 -06:00

9 lines
No EOL
203 B
JSON

{
"bootstrap": false,
"server": true,
"datacenter": "dc1",
"data_dir": "/tmp",
"log_level": "INFO",
"enable_syslog": true,
"start_join": ["192.168.100.101", "192.168.100.102", "192.168.100.103"]
}