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
    SKIPPED
  • Duration
    00:00:00.07
  • Play
    Apply security hardening configurations
  • Task
    ansible-hardening : Set proper owner, group owner, and permissions on home directories
  • Host
    aio1

Field Value
changed
False
msg
All items skipped
results

Result #1

Field Value
ansible_loop_var
item
changed
False
false_condition
item.name != 'nobody'
item
{
    "dir": "/nonexistent",
    "gecos": "nobody",
    "gid": 65534,
    "group": {
        "gid": 65534,
        "name": "nogroup",
        "passwd": "x"
    },
    "name": "nobody",
    "shadow": {
        "expire_days": -1,
        "inact_days": -1,
        "last_changed": 20428,
        "max_days": 99999,
        "min_days": 0,
        "warn_days": 7
    },
    "shell": "/usr/sbin/nologin",
    "uid": 65534
}
skip_reason
Conditional result was False
skipped
True



Result #2

Field Value
ansible_loop_var
item
changed
False
false_condition
security_set_home_directory_permissions_and_owners | bool
item
{
    "dir": "/home/zuul",
    "gecos": "",
    "gid": 1000,
    "group": {
        "gid": 1000,
        "name": "zuul",
        "passwd": "x"
    },
    "name": "zuul",
    "shadow": {
        "expire_days": -1,
        "inact_days": -1,
        "last_changed": 20428,
        "max_days": 99999,
        "min_days": 0,
        "warn_days": 7
    },
    "shell": "/bin/bash",
    "uid": 1000
}
skip_reason
Conditional result was False
skipped
True