add bigboot_cleanup.yml playbook
This commit is contained in:
parent
ca0ecb570d
commit
82da0dd6ac
13
bigboot_cleanup.yml
Normal file
13
bigboot_cleanup.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user