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_k8s : Get the join command
- Action: ansible.builtin.command
- Path: /root/.ansible/collections/ansible_collections/kubeinit/kubeinit/roles/kubeinit_k8s/tasks/main.yml:81
- Host: localhost ( task delegated to controller-01 )
- Status: changed
- Started: 31 Oct 2023 09:26:58 +0000
- Ended: 31 Oct 2023 09:26:59 +0000
- Duration: 00:00:00.56
- Tags:
- task_deploy_cluster
Field | Value |
---|---|
changed |
True |
cmd |
[ "kubeadm", "token", "create", "--print-join-command" ] |
delta |
0:00:00.182790 |
end |
2023-10-31 09:26:59.018229 |
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-31 09:26:58.835439 |
stderr |
|
stderr_lines |
[]
|
stdout |
kubeadm join api.k8scluster.kubeinit.local:6443 --token lbd7iq.3s5vmfvaldhsu3lk --discovery-token-ca-cert-hash sha256:2b9dbb9c64d4868edf54d6eb6be607cdc1713b12e2b2155a4fa7c31059140d50 |
stdout_lines |
[ "kubeadm join api.k8scluster.kubeinit.local:6443 --token lbd7iq.3s5vmfvaldhsu3lk --discovery-token-ca-cert-hash sha256:2b9dbb9c64d4868edf54d6eb6be607cdc1713b12e2b2155a4fa7c31059140d50 " ] |