First commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
- name: Création d'un snapshot
|
||||
community.proxmox.proxmox_snap:
|
||||
api_host: "{{ proxmox_snapshot_api_host }}"
|
||||
api_user: "{{ proxmox_snapshot_api_user }}"
|
||||
api_token_id: "{{ proxmox_snapshot_api_token_id }}"
|
||||
api_token_secret: "{{ proxmox_snapshot_api_token_secret }}"
|
||||
vmid: "{{ proxmox_snapshot_vmid }}"
|
||||
state: present
|
||||
snapname: "ansible_sandbox_snapshot_update_os"
|
||||
validate_certs: "{{ proxmox_snapshot_validate_certs }}"
|
||||
delegate_to: localhost
|
||||
Reference in New Issue
Block a user