itamae/cookbooks/fluentd/templates/etc/consul.d/service-td-agent.json.erb

8 lines
95 B
Plaintext

{
"service": {
"name": "td-agent",
"tags": ["<%= @role %>"],
"port": 24224
}
}