1
0
IaC/ansible/roles/k8s_taint/tasks/main.yaml

7 lines
248 B
YAML
Raw Normal View History

2022-11-01 20:21:31 -04:00
---
- 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