Template rendering and notifications with Consul data
Generic template rendering and notifications with Consul
consul-template$ consul-template -template /etc/consul-template/app.tpl:/etc/app/config.conf -consul-addr localhost:8500$ consul-template -template /etc/consul-template/nginx.tpl:/etc/nginx/nginx.conf -once$ consul-template -template /etc/consul-template/app.tpl:/etc/app/config.conf -exec 'systemctl restart app' -consul-addr consul.example.com:8500 -token abc123