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 : Generate system ssh keys
- Action: ansible.builtin.command
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_services/tasks/create_provision_container.yml:98
- Host: localhost ( task delegated to hypervisor-01 )
- Status: changed
- Started: 30 Oct 2023 00:57:49 +0000
- Ended: 30 Oct 2023 00:57:50 +0000
- Duration: 00:00:01.34
- Tags:
- task_prepare_cluster
Field | Value |
---|---|
changed |
True |
cmd |
[ "buildah", "run", "ekscluster-provision", "--", "bash", "-c", "(cd /etc/ssh; ssh-keygen -A)" ] |
delta |
0:00:01.023850 |
end |
2023-10-30 02:57:50.473580 |
invocation |
{ "module_args": { "_raw_params": "buildah run ekscluster-provision -- bash -c \"(cd /etc/ssh; ssh-keygen -A)\"", "_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-30 02:57:49.449730 |
stderr |
|
stderr_lines |
[]
|
stdout |
ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 |
stdout_lines |
[ "ssh-keygen: generating new host keys: RSA DSA ECDSA ED25519 " ] |