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.

4 lines
211 B

  1. ---
  2. - name: Delete node # noqa 301
  3. command: "{{ bin_dir }}/kubectl delete node {{ kube_override_hostname|default(inventory_hostname) }}"
  4. delegate_to: "{{ groups['kube-master']|first }}"
  5. ignore_errors: yes