current state + english docs
This commit is contained in:
16
playbooks/cleanups/clean-pve-snapshots.yml
Normal file
16
playbooks/cleanups/clean-pve-snapshots.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
- hosts: all
|
||||
user: tincadmin
|
||||
gather_facts: false
|
||||
become: true
|
||||
vars_files:
|
||||
# Load vault file for sensitive data like Proxmox API tokens
|
||||
- ../../vault.yml
|
||||
tasks:
|
||||
- name: Include Proxmox Info task
|
||||
ansible.builtin.include_role:
|
||||
name: proxmox-automation
|
||||
tasks_from: get-vmid
|
||||
- name: Clean Proxmox VE Snapshots
|
||||
ansible.builtin.include_role:
|
||||
name: proxmox-automation
|
||||
tasks_from: delete-snapshots
|
||||
Reference in New Issue
Block a user