10 lines
111 B
YAML
10 lines
111 B
YAML
|
# playbook.yml:
|
||
|
---
|
||
|
|
||
|
- name: "telegraf"
|
||
|
hosts: thismachine
|
||
|
connection: local
|
||
|
roles:
|
||
|
- telegraf
|
||
|
|