mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-09 23:18:33 +01:00
18 lines
382 B
YAML
18 lines
382 B
YAML
- 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
|