diff --git a/playbooks/3_service/munin.yml b/playbooks/3_service/munin.yml new file mode 100644 index 00000000..9f7e7e81 --- /dev/null +++ b/playbooks/3_service/munin.yml @@ -0,0 +1,6 @@ +--- +- hosts: munin + roles: + - role: ansible-role-munin + tags: "munin" + become: true