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

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

stderr_lines
[]
stdout
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      311631/sshd         
tcp        0      0 10.10.10.229:39542      104.26.6.56:443         TIME_WAIT   -                   
tcp        0      0 10.10.10.229:22         10.10.10.3:40986        ESTABLISHED 910046/sshd: root@p 
tcp        0      0 185.149.110.242:22      109.109.128.239:39536   ESTABLISHED 976070/sshd: root@n 
tcp        0      0 10.10.10.229:22         10.10.10.3:41854        ESTABLISHED 968158/sshd: root@p 
tcp6       0      0 :::22                   :::*                    LISTEN      311631/sshd
stdout_lines
[
    "tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      311631/sshd         ",
    "tcp        0      0 10.10.10.229:39542      104.26.6.56:443         TIME_WAIT   -                   ",
    "tcp        0      0 10.10.10.229:22         10.10.10.3:40986        ESTABLISHED 910046/sshd: root@p ",
    "tcp        0      0 185.149.110.242:22      109.109.128.239:39536   ESTABLISHED 976070/sshd: root@n ",
    "tcp        0      0 10.10.10.229:22         10.10.10.3:41854        ESTABLISHED 968158/sshd: root@p ",
    "tcp6       0      0 :::22                   :::*                    LISTEN      311631/sshd         "
]