diff --git a/proxmox_snapshot.yml b/proxmox_snapshot.yml new file mode 100644 index 0000000..b5ed147 --- /dev/null +++ b/proxmox_snapshot.yml @@ -0,0 +1,14 @@ +--- +- name: Proxmox Snapshot + hosts: all + + tasks: + + - 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