homeserver/roles/mgrote.munin-node/tasks/main.yml
mg 063d577610 munin: erstelle user in Rolle (#295)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#295
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-01-10 10:04:19 +01:00

12 lines
339 B
YAML

---
- name: include install-tasks
include_tasks: install.yml
- name: include user tasks
include_tasks: user.yml
- name: include plugin-tasks
include_tasks: additional.yml
when: munin_node_plugins is defined
- name: include remove-tasks
include_tasks: remove.yml
when: munin_node_disabled_plugins is defined