mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 08:43:05 +00:00
4 lines
156 B
YAML
4 lines
156 B
YAML
- name: Join Kubernetes cluster
|
|
shell: "{{ hostvars['master1']['kubeadm_join_command'] }}"
|
|
when: hostvars['master1']['kubeadm_join_command'] is defined
|