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
-
StatusOK
-
Duration00:00:28.28
-
PlayPlaybook to make sshd changes
-
TaskVerify if the options are there
-
Date20 Nov 2025 13:13:05 +0000
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/RM10193-sshd-config-changes.yaml:35)
-
Tags
- check
| Field | Value |
|---|---|
| changed |
False |
| cmd |
set -o pipefail sshd -T -C lport=2233| egrep "x11forwarding|allowtcpforwarding|allowagentforwarding" |
| delta |
0:00:00.025348 |
| end |
2025-11-20 13:12:38.109393 |
| 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:38.084045 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
x11forwarding no allowtcpforwarding no allowagentforwarding no |
| stdout_lines |
[ "x11forwarding no", "allowtcpforwarding no", "allowagentforwarding no" ] |