From f23d6ed7385bdc3ec12c4aea08837a15c1e072b2 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sun, 18 Aug 2024 00:48:57 -0500 Subject: [PATCH] Remove monitoring script requirements from nagios boxen --- playbooks/tags_nagios.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/playbooks/tags_nagios.yml b/playbooks/tags_nagios.yml index 8fa153d..d6bdc3c 100755 --- a/playbooks/tags_nagios.yml +++ b/playbooks/tags_nagios.yml @@ -3,13 +3,6 @@ --- - hosts: tags_nagios gather_facts: no - roles: - - role: git - vars: - git_repos: - - repo: https://git.desu.ltd/salt/monitoring-scripts - dest: /usr/local/bin/monitoring-scripts - tags: [ nagios, git ] tasks: - name: assure nagios user ansible.builtin.user: name=nagios-checker state=absent remove=yes