mirror of
https://github.com/nikdoof/ansible-cis.git
synced 2025-12-22 14:29:24 +00:00
Support AIDE config on Debian
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user