Add remove playbook/role

This commit is contained in:
2025-02-27 16:30:50 -05:00
parent f314e943f5
commit 54d44730fe
4 changed files with 68 additions and 0 deletions

10
playbooks/rear_remove.yml Normal file
View 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