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_eks : Get the join command
- Action: ansible.builtin.command
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_eks/tasks/main.yml:173
- Host: localhost ( task delegated to controller-01 )
- Status: changed
- Started: 26 Oct 2023 20:18:23 +0000
- Ended: 26 Oct 2023 20:18:23 +0000
- Duration: 00:00:00.54
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
changed |
True |
cmd |
[ "kubeadm", "token", "create", "--print-join-command" ] |
delta |
0:00:00.166128 |
end |
2023-10-26 20:18:23.878793 |
invocation |
{ "module_args": { "_raw_params": "kubeadm token create --print-join-command", "_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-26 20:18:23.712665 |
stderr |
|
stderr_lines |
[]
|
stdout |
kubeadm join api.ekscluster.kubeinit.local:6443 --token 65sua9.qdc2olnrsgjbkoui --discovery-token-ca-cert-hash sha256:ea360cbd6dc7f622c2fdc8dcbf7f79137a87aaa566c58293cb37f666ab8dbee3 |
stdout_lines |
[ "kubeadm join api.ekscluster.kubeinit.local:6443 --token 65sua9.qdc2olnrsgjbkoui --discovery-token-ca-cert-hash sha256:ea360cbd6dc7f622c2fdc8dcbf7f79137a87aaa566c58293cb37f666ab8dbee3 " ] |