summaryrefslogtreecommitdiffstats
path: root/roles/diagnostics/tasks/aide.yml
blob: 6652be73d4ae13abcb8b8858805e89d1b09f54c5 (plain)
1
2
3
4
5
6
7
8
9
10
- name: Installation du HIDS AIDE
  package:
    name: aide
    state: present

- name: Activation Cron du HIDS AIDE
  copy:
    src: aidereport.sh
    dest: /etc/cron.daily/z-aidereport.sh
    mode: 0755