From 7d0de0efd5559fe4907fa7a7335a4a6d6536fffc Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Mon, 12 Aug 2024 10:47:34 +0200 Subject: [PATCH] playbook --- playbooks/3_service/munin.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 playbooks/3_service/munin.yml 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