mirror of
https://github.com/geerlingguy/ansible-role-kubernetes.git
synced 2025-04-07 01:18:25 +02:00
Join one master at a time?
This commit is contained in:
parent
2ae09c6bce
commit
f407a540e0
@ -102,3 +102,5 @@
|
|||||||
when:
|
when:
|
||||||
- inventory_hostname is in groups['k8s_control_plane']
|
- inventory_hostname is in groups['k8s_control_plane']
|
||||||
- inventory_hostname != groups['k8s_control_plane'][0]
|
- inventory_hostname != groups['k8s_control_plane'][0]
|
||||||
|
- inventory_hostname == item
|
||||||
|
loop: groups['k8s_control_plane']
|
||||||
|
Loading…
Reference in New Issue
Block a user