Playbook #1 |
/root/kubeinit/ci/builds/6mbKNrxD/0/kubeinit/kubeinit/kubeinit-aux/kubeinit/playbook.yml |
Task result details
- Play: Perform initial setup on ansible-controller host (localhost)
- Task: kubeinit.kubeinit.kubeinit_prepare : Print the contents of the result
- Action: ansible.builtin.command
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_prepare/tasks/create_host_ssh_config.yml:61
- Host: localhost
- Status: changed
- Started: 23 Oct 2023 16:02:41 +0000
- Ended: 23 Oct 2023 16:02:41 +0000
- Duration: 00:00:00.35
- Tags:
- task_gather_facts
Field | Value |
---|---|
changed |
True |
cmd |
[ "cat", "/root/.ssh/rkecluster_config" ] |
delta |
0:00:00.004035 |
end |
2023-10-23 19:02:41.382682 |
invocation |
{ "module_args": { "_raw_params": "cat /root/.ssh/rkecluster_config", "_uses_shell": false, "argv": null, "chdir": null, "creates": null, "executable": null, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
msg |
|
rc |
0 |
start |
2023-10-23 19:02:41.378647 |
stderr |
|
stderr_lines |
[]
|
stdout |
Include /root/.ssh/config Host hypervisor-01 Hostname nyctea IdentityFile /root/.ssh/kubeinit_id_rsa UserKnownHostsFile /dev/null StrictHostKeyChecking accept-new |
stdout_lines |
[ "Include /root/.ssh/config", "", "Host hypervisor-01", " Hostname nyctea", " IdentityFile /root/.ssh/kubeinit_id_rsa", " UserKnownHostsFile /dev/null", " StrictHostKeyChecking accept-new" ] |