remove proxmox collection and playbook
This commit is contained in:
@@ -1,3 +1 @@
|
|||||||
---
|
---
|
||||||
collections:
|
|
||||||
- name: community.proxmox
|
|
||||||
@@ -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 }}"
|
|
||||||
Reference in New Issue
Block a user