You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
188 B

  1. ---
  2. - name: Uncordon node
  3. command: "{{ bin_dir }}/kubectl uncordon {{ inventory_hostname }}"
  4. delegate_to: "{{ groups['kube-master'][0] }}"
  5. when:
  6. - needs_cordoning|default(false)