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.42
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    m25

Field Value
changed
True
cmd
netstat -tlanp|grep 22
delta
0:00:00.024620
end
2026-02-25 08:31:08.575658
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.551038
stderr

stderr_lines
[]
stdout
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      2053/sshd           
tcp        0      0 185.149.110.246:22      109.109.128.239:38388   ESTABLISHED 158327/sshd: root@n 
tcp        0      0 10.10.10.231:22         10.10.10.3:47310        ESTABLISHED 135890/sshd: root@p 
tcp6       0      0 :::22                   :::*                    LISTEN      2053/sshd
stdout_lines
[
    "tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      2053/sshd           ",
    "tcp        0      0 185.149.110.246:22      109.109.128.239:38388   ESTABLISHED 158327/sshd: root@n ",
    "tcp        0      0 10.10.10.231:22         10.10.10.3:47310        ESTABLISHED 135890/sshd: root@p ",
    "tcp6       0      0 :::22                   :::*                    LISTEN      2053/sshd           "
]