Compare commits
5 Commits
v0.5.1-bb
...
v0.5.3-tvi
Author | SHA1 | Date | |
---|---|---|---|
4ee5264660 | |||
b659652480 | |||
250bbff7f5 | |||
155421f2c6 | |||
0ef79d9bf9 |
@ -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:
|
||||||
|
@ -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
|
||||||
|
Reference in New Issue
Block a user