Execution
Date 08 Dec 2025 13:40:18 +0000
Duration 00:10:06.79
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
15 Hosts
608 Tasks
2412 Results
18 Plays
158 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.46
  • Play
    Apply security hardening configurations
  • Task
    ansible-hardening : V-71977 - Require digital signatures for all packages
  • Host
    aio1

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
backup

changed
False
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": false,
        "create": false,
        "dest": "/etc/dnf/dnf.conf",
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "gpgcheck=1",
        "mode": null,
        "owner": null,
        "path": "/etc/dnf/dnf.conf",
        "regexp": "^gpgcheck.*",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
item
{
    "line": "gpgcheck=1",
    "regexp": "^gpgcheck.*"
}
msg




Result #2

Field Value
ansible_loop_var
item
backup

changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": false,
        "create": false,
        "dest": "/etc/dnf/dnf.conf",
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "localpkg_gpgcheck=1",
        "mode": null,
        "owner": null,
        "path": "/etc/dnf/dnf.conf",
        "regexp": "^localpkg_gpgcheck.*",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
item
{
    "line": "localpkg_gpgcheck=1",
    "regexp": "^localpkg_gpgcheck.*"
}
msg
line added



Result #3

Field Value
ansible_loop_var
item
backup

changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": false,
        "create": false,
        "dest": "/etc/dnf/dnf.conf",
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "repo_gpgcheck=0",
        "mode": null,
        "owner": null,
        "path": "/etc/dnf/dnf.conf",
        "regexp": "^repo_gpgcheck.*",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
item
{
    "line": "repo_gpgcheck=0",
    "regexp": "^repo_gpgcheck.*"
}
msg
line added