wip: monitoring master roles

This commit is contained in:
2022-12-28 15:49:17 +01:00
parent 544088bb79
commit 7a399ed41f
3 changed files with 72 additions and 0 deletions

View File

@@ -15,3 +15,11 @@
src: send_nsca
dest: /bin/send_nsca
mode: 0755
- name: Copy icinga hosts conf
copy:
src: icinga_master_hosts.conf
dest: /etc/icinga2/conf.d/
owner: root
group: nagios
mode: 0640