This commit is contained in:
tomas.limpinho
2025-10-12 11:55:56 +01:00
parent c05033cdc8
commit 1d6d1bea7a
7 changed files with 114 additions and 0 deletions

View File

@ -0,0 +1,3 @@
- name: Join Kubernetes cluster
shell: "{{ hostvars['master1']['kubeadm_join_command'] }}"
when: hostvars['master1']['kubeadm_join_command'] is defined