Execution
Date 25 Feb 2026 08:31:07 +0000
Duration 00:00:01.64
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.4 / 1.7.4
Python 3.10.10
Summary
5 Hosts
1 Tasks
5 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.41
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    m24

Field Value
changed
True
cmd
netstat -tlanp|grep 22
delta
0:00:00.021589
end
2026-02-25 08:31:08.515729
invocation
{
    "module_args": {
        "_raw_params": "netstat -tlanp|grep 22",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2026-02-25 08:31:08.494140
stderr

stderr_lines
[]
stdout
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1890/sshd           
tcp        0      0 10.10.10.230:22         10.10.10.3:40592        ESTABLISHED 423463/sshd: root@p 
tcp        0      0 185.149.110.245:22      109.109.128.239:43678   ESTABLISHED 446011/sshd: root@n 
tcp6       0      0 :::22                   :::*                    LISTEN      1890/sshd
stdout_lines
[
    "tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      1890/sshd           ",
    "tcp        0      0 10.10.10.230:22         10.10.10.3:40592        ESTABLISHED 423463/sshd: root@p ",
    "tcp        0      0 185.149.110.245:22      109.109.128.239:43678   ESTABLISHED 446011/sshd: root@n ",
    "tcp6       0      0 :::22                   :::*                    LISTEN      1890/sshd           "
]