Execution
Date 20 Nov 2025 13:31:05 +0000
Duration 00:00:56.31
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
24 Hosts
8 Tasks
192 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:01.00
  • Play
    Playbook to make sshd changes
  • Task
    Verify if the options are there
  • Host
    kvm012

Field Value
changed
False
cmd
set -o pipefail
sshd -T -C lport=2233| egrep "x11forwarding|allowtcpforwarding|allowagentforwarding"
delta
0:00:00.015547
end
2025-11-20 13:31:22.534732
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:31:22.519185
stderr

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