11 lines
190 B
YAML
11 lines
190 B
YAML
---
|
|
- include: install.yml
|
|
tags: [telegraf, install]
|
|
|
|
- include: configure.yml
|
|
tags: [telegraf, configure]
|
|
|
|
- include: start.yml
|
|
tags: [telegraf, start]
|
|
when: telegraf_start_service
|