refactor: split control plane role into init/join/copy tasks

This commit is contained in:
2026-06-30 23:39:34 +01:00
parent 90686995d6
commit 068659e174
10 changed files with 54 additions and 111 deletions
@@ -1,7 +0,0 @@
- name: Remove control plane NoSchedule taint from all nodes
kubernetes.core.k8s_taint:
state: absent
name: "{{ inventory_hostname_short }}"
taints:
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule