summaryrefslogtreecommitdiffstats
path: root/roles/common/tasks/selinux.yml
blob: 92268e73e7a8a5ea2b9febd802bb7874e58bea2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
- name: Rapport SELinux
  copy:
    src: eaureport.sh
    dest: /etc/cron.daily/eaureport.sh
    mode: 0755
  when: ansible_selinux.status != "disabled"

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