explicitly give aide.conf

This commit is contained in:
2025-10-01 16:55:42 +02:00
parent 0cf277be68
commit d610e4cd0b
3 changed files with 85 additions and 1 deletions

View File

@@ -3,7 +3,7 @@
tags: aide,hardening,system
block:
- name: system setup | aide | run aide --update to check for legitimate changes
command: aide --update
command: aide --config /etc/aide/aide.conf --update
register: aide_update_result
changed_when: "'new database written to' in aide_update_result.stdout"
async: 1800 # Allow up to 30 minutes for update