Compare commits

...

3 Commits

Author SHA1 Message Date
7250eefb44 Merge branch 'master' of https://gitea.lyc-lecastel.fr/gadmin/gsb2021 2021-01-07 15:56:29 +01:00
d1f2f12b34 modif main.yml 2021-01-07 15:55:42 +01:00
bb
cc31f5da3b commentaire postfix-fk 2021-01-07 14:55:33 +01:00
2 changed files with 10 additions and 8 deletions

View File

@ -70,17 +70,17 @@
- restart icinga
- name: attribution des droits dossier var lib icinga
shell: chmod 2770 /var/lib/icinga/rw
notify:
- stop icinga
#- name: attribution des droits dossier var lib icinga
# shell: chmod 2770 /var/lib/icinga/rw
# notify:
# - stop icinga
- name: attribution des droits dossier var lib icinga
file:
path: /var/lib/icinga/rw
owner: www-data
# owner: www-data
mode: 2710
recurse: yes
# recurse: yes
notify:
- restart icinga
@ -101,4 +101,6 @@
debug: msg="Pour superviser le Windows, il faut installer NSClient++"
- name: redemarrage apache
shell: service apache2 restart
service:
name: apache2
status: restarted

View File

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