You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This role ensures that AIDE is installed, configured, and scheduled for regular filesystem integrity checks.
4
+
5
+
* The initial AIDE database is created only if `/var/lib/aide/aide.db.gz` does not already exist.
6
+
7
+
8
+
## Tags
9
+
10
+
| Tag | What it does | Reload / Restart |
11
+
| --- | ------------ | ---------------- |
12
+
|`aide`| Runs all tasks of the role | - |
13
+
|`aide:configure`| Deploys the `/etc/aide.conf` configuration file | - |
14
+
|`aide:install`| Installs the AIDE package and initializes the AIDE database if it does not exist yet | - |
15
+
|`aide:update_db`| Rebuilds the AIDE database; Only runs if called explicitly | - |
16
+
|`aide:state`| Deploys and enables the `aide-check.service` and `aide-check.timer` systemd units | Reloads systemd daemon if unit files changed |
17
+
18
+
19
+
## Optional Role Variables
20
+
21
+
| Variable | Description | Default Value |
22
+
| -------- | ----------- | ------------- |
23
+
|`aide__check_time_on_calendar`| Specifies at what time of the day the aide check runs. Have a look at [systemd.time(7)](https://www.freedesktop.org/software/systemd/man/systemd.time.html) for the format. |`'05:00:00'`|
0 commit comments