Support AIDE config on Debian

This commit is contained in:
2024-11-18 12:01:14 +00:00
parent 9ad0c98001
commit 7934d83ac5
4 changed files with 18 additions and 9 deletions

View File

@@ -3,12 +3,6 @@
ansible.builtin.service:
name: sshd
state: restarted
- name: init aide
ansible.builtin.shell: aide --init; mv /var/lib/aide/aide.db.new.gz /var/lib/aide/aide.db.gz
args:
creates: /var/lib/aide/aide.db.gz
async: 300
poll: 0
- name: remount proc
ansible.posix.mount:
path: /proc