6 lines
86 B
YAML
6 lines
86 B
YAML
|
---
|
||
|
- name: "Install telegraf on debian."
|
||
|
hosts: telegraf
|
||
|
roles:
|
||
|
- telegraf
|