Execution
Date
17 Nov 2025 12:21:32 +0000
Duration
00:01:37.19
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
396
Hosts
1
Tasks
396
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusCHANGED
-
Duration00:00:40.22
-
PlayAnsible Ad-Hoc
-
Taskshell
-
Date17 Nov 2025 12:22:33 +0000
-
Module / Actionshell (Ad-Hoc: shell: grep X11Forwarding /etc/ssh/sshd_config:1)
| Field | Value |
|---|---|
| ansible_facts |
{ "discovered_interpreter_python": "/usr/libexec/platform-python" } |
| changed |
True |
| cmd |
grep X11Forwarding /etc/ssh/sshd_config |
| delta |
0:00:00.006462 |
| end |
2025-11-17 12:21:53.900879 |
| invocation |
{ "module_args": { "_raw_params": "grep X11Forwarding /etc/ssh/sshd_config", "_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 |
2025-11-17 12:21:53.894417 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
X11Forwarding yes # X11Forwarding no |
| stdout_lines |
[ "X11Forwarding yes", "#\tX11Forwarding no" ] |