Execution
Date 08 Dec 2025 13:39:52 +0000
Duration 00:35:02.03
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
2 Hosts
1377 Tasks
1365 Results
104 Plays
504 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.86
  • Play
    Pre-service deployment
  • Task
    os_keystone : Adjust sshd configuration in container
  • Host
    aio1

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
backup

changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": false,
        "create": false,
        "dest": "/etc/ssh/sshd_config",
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "PermitRootLogin prohibit-password",
        "mode": null,
        "owner": null,
        "path": "/etc/ssh/sshd_config",
        "regexp": "^PermitRootLogin",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
item
{
    "line": "PermitRootLogin prohibit-password",
    "regexp": "^PermitRootLogin"
}
msg
line replaced



Result #2

Field Value
ansible_loop_var
item
backup

changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": false,
        "create": false,
        "dest": "/etc/ssh/sshd_config",
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "TCPKeepAlive yes",
        "mode": null,
        "owner": null,
        "path": "/etc/ssh/sshd_config",
        "regexp": "^TCPKeepAlive",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
item
{
    "line": "TCPKeepAlive yes",
    "regexp": "^TCPKeepAlive"
}
msg
line added



Result #3

Field Value
ansible_loop_var
item
backup

changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": false,
        "create": false,
        "dest": "/etc/ssh/sshd_config",
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "UseDNS no",
        "mode": null,
        "owner": null,
        "path": "/etc/ssh/sshd_config",
        "regexp": "^UseDNS",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
item
{
    "line": "UseDNS no",
    "regexp": "^UseDNS"
}
msg
line added



Result #4

Field Value
ansible_loop_var
item
backup

changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": false,
        "create": false,
        "dest": "/etc/ssh/sshd_config",
        "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": null
    }
}
item
{
    "line": "X11Forwarding no",
    "regexp": "^X11Forwarding"
}
msg
line replaced



Result #5

Field Value
ansible_loop_var
item
backup

changed
False
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": false,
        "create": false,
        "dest": "/etc/ssh/sshd_config",
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "PasswordAuthentication no",
        "mode": null,
        "owner": null,
        "path": "/etc/ssh/sshd_config",
        "regexp": "^PasswordAuthentication",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
item
{
    "line": "PasswordAuthentication no",
    "regexp": "^PasswordAuthentication"
}
msg