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
    m23

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

stderr_lines
[]
stdout
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      134091/sshd         
tcp        0      0 185.149.110.244:5432    0.0.0.0:*               LISTEN      269422/python3.9    
tcp        0      0 0.0.0.0:37743           0.0.0.0:*               LISTEN      2203/rpc.statd      
tcp        0      0 10.10.10.227:2049       10.10.14.8:908          ESTABLISHED -                   
tcp        0      0 185.149.110.244:22      109.109.128.239:41468   ESTABLISHED 32835/sshd: root@no 
tcp        0      0 10.10.10.227:33462      104.26.6.56:443         TIME_WAIT   -                   
tcp        0      0 10.10.10.227:22         10.10.10.3:34910        ESTABLISHED 10224/sshd: root@pt 
tcp6       0      0 :::47093                :::*                    LISTEN      2203/rpc.statd      
tcp6       0      0 :::22                   :::*                    LISTEN      134091/sshd
stdout_lines
[
    "tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      134091/sshd         ",
    "tcp        0      0 185.149.110.244:5432    0.0.0.0:*               LISTEN      269422/python3.9    ",
    "tcp        0      0 0.0.0.0:37743           0.0.0.0:*               LISTEN      2203/rpc.statd      ",
    "tcp        0      0 10.10.10.227:2049       10.10.14.8:908          ESTABLISHED -                   ",
    "tcp        0      0 185.149.110.244:22      109.109.128.239:41468   ESTABLISHED 32835/sshd: root@no ",
    "tcp        0      0 10.10.10.227:33462      104.26.6.56:443         TIME_WAIT   -                   ",
    "tcp        0      0 10.10.10.227:22         10.10.10.3:34910        ESTABLISHED 10224/sshd: root@pt ",
    "tcp6       0      0 :::47093                :::*                    LISTEN      2203/rpc.statd      ",
    "tcp6       0      0 :::22                   :::*                    LISTEN      134091/sshd         "
]