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