add bigboot_cleanup.yml playbook

This commit is contained in:
Chris Hammer 2024-09-12 18:07:42 -04:00
parent ca0ecb570d
commit 82da0dd6ac

13
bigboot_cleanup.yml Normal file
View File

@ -0,0 +1,13 @@
---
- name: Cleanup from previous Bigboot executions
hosts: all
become: true
gather_facts: true
strategy: free
vars_files:
- bigboot_vars.yml
tasks:
- name: Cleanup from any previous executions
ansible.builtin.import_tasks: tasks/cleanup.yml