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
    CHANGED
  • Duration
    00:00:01.53
  • Play
    Playbook to make sshd changes
  • Task
    Make the replacements
  • Host
    kvm04

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
backup
/etc/ssh/sshd_config.2428659.2025-11-20@13:31:14~
changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": true,
        "create": false,
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "AllowAgentForwarding no",
        "mode": null,
        "owner": null,
        "path": "/etc/ssh/sshd_config",
        "regexp": "^#?AllowAgentForwarding",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": "sshd -t -f %s"
    }
}
item
{
    "line": "AllowAgentForwarding no",
    "regexp": "^#?AllowAgentForwarding"
}
msg
line replaced



Result #2

Field Value
ansible_loop_var
item
backup
/etc/ssh/sshd_config.2428683.2025-11-20@13:31:15~
changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": true,
        "create": false,
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "AllowTcpForwarding no",
        "mode": null,
        "owner": null,
        "path": "/etc/ssh/sshd_config",
        "regexp": "^#?AllowTcpForwarding",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": "sshd -t -f %s"
    }
}
item
{
    "line": "AllowTcpForwarding no",
    "regexp": "^#?AllowTcpForwarding"
}
msg
line replaced



Result #3

Field Value
ansible_loop_var
item
backup
/etc/ssh/sshd_config.2428715.2025-11-20@13:31:15~
changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": true,
        "create": false,
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "X11Forwarding no",
        "mode": null,
        "owner": null,
        "path": "/etc/ssh/sshd_config",
        "regexp": "^#?X11Forwarding",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": "sshd -t -f %s"
    }
}
item
{
    "line": "X11Forwarding no",
    "regexp": "^#?X11Forwarding"
}
msg
line replaced