From 3e6bd219b828a0fc3294499fa0fa74280a74e069 Mon Sep 17 00:00:00 2001 From: A Holt Date: Sat, 18 Jan 2020 01:28:09 -0500 Subject: [PATCH] Clean & softcode munin/tasks/install.yml --- roles/munin/tasks/install.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/roles/munin/tasks/install.yml b/roles/munin/tasks/install.yml index 19e258cca..423d22bc0 100644 --- a/roles/munin/tasks/install.yml +++ b/roles/munin/tasks/install.yml @@ -7,7 +7,6 @@ - libcgi-fast-perl - libapache2-mod-fcgid state: present - #tags: download when: is_debuntu | bool - name: "Install 2 packages: munin, munin-node (OS's other than debuntu)" @@ -16,7 +15,6 @@ - munin - munin-node state: present - #tags: download when: not is_debuntu - name: Install /etc/munin/munin.conf and Apache's munin24.conf, from templates @@ -33,8 +31,8 @@ - name: Establish username/password Admin/changeme in /etc/munin/munin-htpasswd htpasswd: path: /etc/munin/munin-htpasswd - name: Admin - password: changeme + name: "{{ munin_username}}" # Admin + password: "{{ munin_password }}" # changeme - name: If MySQL is enabled, let Munin monitor it copy: