Remove monitoring script requirements from nagios boxen

This commit is contained in:
Salt 2024-08-18 00:48:57 -05:00
parent a0d1ae0a4a
commit f23d6ed738

View File

@ -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