15 lines
329 B
YAML
15 lines
329 B
YAML
- name: installer script check
|
|
copy:
|
|
src: check_echeance_vie.sh
|
|
dest: /usr/lib/nagios/plugins/check_echeance_vie.sh
|
|
mode: '0755'
|
|
|
|
- name: déployer configuration icinga
|
|
copy:
|
|
src: ../../icinga/
|
|
dest: /etc/icinga2/conf.d/life-noc/
|
|
|
|
- name: recharger icinga
|
|
service:
|
|
name: icinga2
|
|
state: reloaded
|