Execution
Date 15 Dec 2025 09:38:00 +0000
Duration 00:17:22.68
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
18 Hosts
603 Tasks
2798 Results
18 Plays
138 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.32
  • Play
    Apply security hardening configurations
  • Task
    ansible-hardening : Configure AIDE to verify additional properties (Ubuntu)
  • Host
    aio1

Field Value
changed
True
diff

invocation
{
    "module_args": {
        "append_newline": false,
        "attributes": null,
        "backup": false,
        "block": "# Rules borrowed from CentOS/RHEL AIDE configuration\n# (SELinux was removed for Ubuntu compatibility.)\nFIPSR = p+i+n+u+g+s+m+c+acl+xattrs+sha256\nNORMAL = FIPSR+sha512\n\n# The following two lines apply the NORMAL rule (above this line) to the\n# /bin and /sbin directories to meet the requirements of two STIG controls:\n#\n#   V-72069 - Verify ACLs\n#   V-72071 - Verify extended attributes\n#\n/bin    NORMAL\n/sbin   NORMAL\n",
        "create": false,
        "dest": "/etc/aide/aide.conf",
        "group": null,
        "insertafter": null,
        "insertbefore": "EOF",
        "marker": "# {mark} MANAGED BY ANSIBLE-HARDENING",
        "marker_begin": "BEGIN",
        "marker_end": "END",
        "mode": null,
        "owner": null,
        "path": "/etc/aide/aide.conf",
        "prepend_newline": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
msg
Block inserted