From 4c65ee1851625db844c6f0474fcaf55f5e852e9a Mon Sep 17 00:00:00 2001 From: donotos Date: Thu, 19 Feb 2026 19:14:32 +0100 Subject: [PATCH] remove proxmox collection and playbook --- collections/requirements.yml | 2 -- proxmox_snapshot.yml | 20 -------------------- 2 files changed, 22 deletions(-) delete mode 100644 proxmox_snapshot.yml diff --git a/collections/requirements.yml b/collections/requirements.yml index 3521f95..ed97d53 100644 --- a/collections/requirements.yml +++ b/collections/requirements.yml @@ -1,3 +1 @@ --- -collections: - - name: community.proxmox \ No newline at end of file diff --git a/proxmox_snapshot.yml b/proxmox_snapshot.yml deleted file mode 100644 index e2213a7..0000000 --- a/proxmox_snapshot.yml +++ /dev/null @@ -1,20 +0,0 @@ ---- -- name: Proxmox Snapshot - hosts: all - - tasks: - - - name: Install required python libraries - pip: - name: - - proxmoxer - - requests - - - name: Create / Remove snapshot - community.proxmox.proxmox_snap: - api_user: "{{ api_user }}" - api_password: "{{ api_password }}" - api_host: "{{ api_host }}" - vmid: "{{ vmid }}" - state: "{{ snap_state }}" - snapname: "{{ snap_name }}" \ No newline at end of file