inital: hypervisor ansible

This commit is contained in:
2022-12-26 17:59:19 +01:00
commit 1c956c0ba2
12 changed files with 138 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
- name: Clone Passive Monitoring
git:
repo: https://github.com/FAUSheppy/icinga-passive-checks-monitoring
dest: "/etc/monitoring/"
version: master
- name: Copy nsca-ng and send_nsca to /bin/
copy:
src: nsca-ng
dest: /bin/nsca-ng
mode: 0755
- name: Copy nsca-ng and send_nsca to /bin/
copy:
src: send_nsca
dest: /bin/send_nsca
mode: 0755