Compare commits

...

2 Commits

Author SHA1 Message Date
root
cd4ac6c12b ajout python3 par defaut 2021-01-12 15:50:34 +01:00
root
0021fdca7d modif pathresults 2021-01-12 15:29:24 +01:00

View File

@@ -33,6 +33,13 @@
notify: notify:
- restart icinga - restart icinga
- name: python3 par defaut
alternatives:
link: /usr/bin/python
name: python
path: /usr/bin/python3
priority: 10
- name: Changement de mot de passe de icingaadmin - name: Changement de mot de passe de icingaadmin
htpasswd: htpasswd:
path: /etc/icinga/htpasswd.users path: /etc/icinga/htpasswd.users
@@ -89,7 +96,7 @@
- name: creation du dossier checkresults avec droits de lecture - name: creation du dossier checkresults avec droits de lecture
file: file:
path:/var/lib/icinga/spool/checkresults path: /var/lib/icinga/spool/checkresults
state: directory state: directory
owner: nagios owner: nagios
group: root group: root