2021-06-22 21:47:58 +02:00
|
|
|
---
|
|
|
|
|
2023-05-13 15:49:39 +02:00
|
|
|
- name: Run pre-configuration tasks
|
|
|
|
ansible.builtin.import_tasks: ensure_pre_configuration.yml
|
2021-06-22 21:47:58 +02:00
|
|
|
|
2023-05-13 15:49:39 +02:00
|
|
|
- name: Ensure nodes are drained and removed
|
|
|
|
ansible.builtin.import_tasks: ensure_drain_and_remove_nodes.yml
|
2021-06-22 21:47:58 +02:00
|
|
|
|
2023-05-13 15:49:39 +02:00
|
|
|
- name: Run uninstall tasks
|
|
|
|
ansible.builtin.import_tasks: ensure_uninstalled.yml
|
2021-06-22 21:47:58 +02:00
|
|
|
|
2023-05-13 15:49:39 +02:00
|
|
|
- name: Run uninstall post checks
|
|
|
|
ansible.builtin.import_tasks: post_checks_uninstalled.yml
|
2022-09-02 19:02:06 +02:00
|
|
|
when:
|
|
|
|
- not k3s_skip_validation
|
|
|
|
- not k3s_skip_post_checks
|