1
0
IaC/ansible/roles/k8s_taint/tasks/main.yaml
2022-11-02 13:21:31 +13:00

7 lines
248 B
YAML

---
- name: loop remove_taint for control plane nodes # This allows scheduling workloads on control plane nodes
with_items:
- "{{ groups['k8s_control'] }}"
loop_control:
loop_var: node
ansible.builtin.include_tasks: remove_taint.yaml