This commit is contained in:
Aaron Meihm 2017-02-09 13:10:31 -06:00
Родитель 1cca2ed5f8
Коммит 5ae81ad397
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,10 +10,10 @@
roles:
- { role: "users", tags: ["users"] }
- { role: "td-agent", tags: ["td-agent"] }
- { role: "gw", tags: ["gw"] }
- { role: "api", tags: ["api"] }
- { role: "relay", primary: true, tags: ["relay1"] }
- { role: "relay", primary: false, tags: ["relay2"] }
- { role: "scheduler", tags: ["scheduler"] }
- { role: "td-agent", tags: ["td-agent"] }
- { role: "datadog", tags: ["datadog"], datadog_config: "{{ datadog[noderole].config }}", datadog_checks: "{{ datadog[noderole].checks }}" }