Playbook #1 |
/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml |
Task result details
- Play: Run the deployment on the target infrastructure (OpenStack/libvirt hypervisors)
- Task: kubeinit.kubeinit.kubeinit_services : Check that local ssh connectivity is working
- Action: ansible.builtin.shell
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_services/tasks/create_provision_container.yml:338
- Host: localhost ( task delegated to ekscluster-provision )
- Status: changed
- Started: 26 Oct 2023 19:45:18 +0000
- Ended: 26 Oct 2023 19:45:22 +0000
- Duration: 00:00:04.01
- Tags:
- task_prepare_cluster
Field | Value |
---|---|
attempts |
1 |
changed |
True |
cmd |
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=accept-new [email protected] 'echo connected' || true |
delta |
0:00:00.298422 |
end |
2023-10-26 19:45:21.907652 |
invocation |
{ "module_args": { "_raw_params": "ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=accept-new [email protected] 'echo connected' || true\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": "/bin/bash", "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
msg |
|
rc |
0 |
start |
2023-10-26 19:45:21.609230 |
stderr |
Warning: Permanently added '10.0.0.253' (ED25519) to the list of known hosts. |
stderr_lines |
[ "Warning: Permanently added '10.0.0.253' (ED25519) to the list of known hosts." ] |
stdout |
connected |
stdout_lines |
[ "connected" ] |