fa2800419e
This patch migrates all of the remaining non-unique variable names in the security role to a pattern that begins with `security_*`. This will reduce potential variable collisions with other roles. This is a breaking change for deployers and users who are moving from the liberty or stable/mitaka branches to master. Release notes are included with additional details to help with the transition. Closes-Bug: 1578326 Change-Id: Ib716e81e6fed971b21dc5579ae1a871736e21189
11 lines
574 B
ReStructuredText
11 lines
574 B
ReStructuredText
When AIDE is first installed for V-38429, a new database will be created.
|
|
The creation process takes some time because AIDE needs to review each file
|
|
in its list of monitored files to get timestamps and hashes. The
|
|
initialization will be forked into the background so that it doesn't slow
|
|
down the playbook run.
|
|
|
|
Some directories are excluded from AIDE runs to prevent AIDE from wandering
|
|
into directories where it shouldn't be hashing/monitoring files. The
|
|
``defaults/main.yml`` file has some recommended directories as part of the
|
|
``security_aide_exclude_dirs`` variable.
|