Execution
Date 08 Dec 2025 13:27:39 +0000
Duration 00:05:33.94
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
2 Hosts
316 Tasks
313 Results
18 Plays
136 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.37
  • Play
    Apply security hardening configurations
  • Task
    ansible-hardening : Set pam_faildelay configuration on Ubuntu
  • Host
    aio1

Field Value
backup

changed
True
diff

invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": true,
        "backup": false,
        "create": false,
        "dest": "/etc/pam.d/login",
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "\\1 delay=4000000",
        "mode": null,
        "owner": null,
        "path": "/etc/pam.d/login",
        "regexp": "^(auth[\\s]+optional[\\s]+pam_faildelay.so).*$",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
msg
line replaced