remove proxmox collection and playbook

This commit is contained in:
2026-02-19 19:14:32 +01:00
parent 889e582ad6
commit 4c65ee1851
2 changed files with 0 additions and 22 deletions

View File

@@ -1,3 +1 @@
--- ---
collections:
- name: community.proxmox

View File

@@ -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 }}"