mirror of
https://codeberg.org/scottslowe/learning-tools.git
synced 2026-03-11 09:04:37 +00:00
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.
9 lines
No EOL
203 B
JSON
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"]
|
|
} |