Execution
Date
20 Nov 2025 12:48:02 +0000
Duration
00:00:48.75
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
54
Hosts
7
Tasks
354
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusCHANGED
-
Duration00:00:03.15
-
PlayPlaybook to make sshd changes
-
TaskVerify if the options are there
-
Date20 Nov 2025 12:48:37 +0000
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/RM10193-sshd-config-changes.yaml:35)
| Field | Value |
|---|---|
| changed |
True |
| cmd |
set -o pipefail sshd -T -C lport=2233| egrep "x11forwarding|allowtcpforwarding|allowagentforwarding" |
| delta |
0:00:00.016633 |
| end |
2025-11-20 12:48:34.992570 |
| 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 12:48:34.975937 |
| stderr |
egrep: warning: egrep is obsolescent; using grep -E |
| stderr_lines |
[ "egrep: warning: egrep is obsolescent; using grep -E" ] |
| stdout |
x11forwarding yes allowtcpforwarding no allowagentforwarding no |
| stdout_lines |
[ "x11forwarding yes", "allowtcpforwarding no", "allowagentforwarding no" ] |