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
    OK
  • Duration
    00:00:00.17
  • Play
    Apply security hardening configurations
  • Task
    ansible-hardening : Get user data for all interactive users on the system
  • Host
    aio1

Field Value
changed
False
invocation
{
    "module_args": {
        "max_uid": 65535,
        "min_uid": 1000
    }
}
users
[
    {
        "dir": "/",
        "gecos": "Kernel Overflow User",
        "gid": 65534,
        "group": {
            "gid": 65534,
            "name": "nobody",
            "passwd": "x"
        },
        "name": "nobody",
        "shadow": {
            "expire_days": -1,
            "inact_days": -1,
            "last_changed": 20244,
            "max_days": 99999,
            "min_days": 0,
            "warn_days": 7
        },
        "shell": "/usr/sbin/nologin",
        "uid": 65534
    },
    {
        "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
    }
]