summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/selinux.yml
blob: 0f55f88b9e4b8c5a6252f4e8eb4178637d74ce9a (plain)
1
2
3
4
5
6
7
- name: Rapport SELinux
  copy: src=eaureport.sh dest=/etc/cron.daily/eaureport.sh mode=755
  when: ansible_selinux.status == "enabled"

- name: Relabel système de fichier
  copy: src=selinuxresto.sh dest=/etc/cron.monthly/selinuxresto.sh mode=755
  when: ansible_selinux.status == "enabled"