1
0

7 lines
248 B
YAML
Raw Normal View History

2022-11-02 13:21:31 +13: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