Add remove playbook/role
This commit is contained in:
10
playbooks/rear_remove.yml
Normal file
10
playbooks/rear_remove.yml
Normal file
@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: ReaR Remove Playbook
|
||||
hosts: all
|
||||
gather_facts: true
|
||||
become: false
|
||||
|
||||
tasks:
|
||||
- name: Run cleanup directly
|
||||
ansible.builtin.include_role:
|
||||
name: ../roles/rear_remove
|
Reference in New Issue
Block a user