Compare commits

...

2 Commits

Author SHA1 Message Date
root
678858e4b1 Merge branch 'master' of https://gitea.lyc-lecastel.fr/gadmin/gsb2021 2021-01-18 08:31:40 +01:00
root
4ee5264660 ajout des droits icinga.log 2021-01-18 08:30:57 +01:00

View File

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