Compare commits

...

5 Commits

3 changed files with 9 additions and 4 deletions

View File

@ -84,10 +84,10 @@
- restart icinga - restart icinga
- name: reconfiguration des droits avec dpkg statoverride - name: reconfiguration des droits avec dpkg statoverride
shell: dpkg-statoverride --update --add nagios www-data 2710 /var/lib/icinga/rw shell: dpkg-statoverride --update --force-all --add nagios www-data 2710 /var/lib/icinga/rw
- name: reconfiguration des droits avec dpkg statoverride - name: reconfiguration des droits avec dpkg statoverride
shell: dpkg-statoverride --update --add nagios nagios 751 /var/lib/icinga shell: dpkg-statoverride --update --force-all --add nagios nagios 751 /var/lib/icinga
- name: suppression de checkresults - name: suppression de checkresults
file: file:

View File

@ -24,7 +24,7 @@
shell: chmod 400 /etc/postfix/sasl_passwd shell: chmod 400 /etc/postfix/sasl_passwd
- name: postmap - name: postmap
shell: postmap /etc/postfix/sasl_passwd shell: /usr/sbin/postmap /etc/postfix/sasl_passwd
- name: Copie thawte_Premium_Server_CA.pem - name: Copie thawte_Premium_Server_CA.pem
copy: src=thawte_Premium_Server_CA.pem dest=/etc/ssl/certs/ copy: src=thawte_Premium_Server_CA.pem dest=/etc/ssl/certs/
@ -34,3 +34,8 @@
notify: notify:
- restart postfix - restart postfix
- name: Changement des droits icinga.log
file:
path: /var/log/icinga/icinga.log
state: touch
mode: u=rw,g=w

View File

@ -6,7 +6,7 @@
- base - base
- goss - goss
- icinga-fk - icinga-fk
# - postfix-fk - postfix
- ssh-cli - ssh-cli
- syslog - syslog
- post - post