Execution
Date 20 Nov 2025 13:12:29 +0000
Duration 00:01:25.91
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
395 Hosts
1 Tasks
395 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipefail
sshd -T -C lport=2233| egrep "x11forwarding|allowtcpforwarding|allowagentforwarding"
delta
0:00:00.016293
end
2025-11-20 13:12:41.042981
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nsshd -T -C lport=2233| egrep \"x11forwarding|allowtcpforwarding|allowagentforwarding\"\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-11-20 13:12:41.026688
stderr

stderr_lines
[]
stdout
x11forwarding no
allowtcpforwarding no
allowagentforwarding no
stdout_lines
[
    "x11forwarding no",
    "allowtcpforwarding no",
    "allowagentforwarding no"
]