ansible/roles/telegraf/tasks/main.yml

11 lines
190 B
YAML
Raw Normal View History

2021-01-10 19:11:32 +01:00
---
- include: install.yml
tags: [telegraf, install]
- include: configure.yml
tags: [telegraf, configure]
- include: start.yml
tags: [telegraf, start]
when: telegraf_start_service