migrate from github
This commit is contained in:
15
test.yml
Normal file
15
test.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
- name: Update Yunohost
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
- name: On fait un snapshot de la VM
|
||||
community.vmware.vmware_guest_snapshot:
|
||||
hostname: "{{ lookup('env', 'VMWARE_HOST') }}"
|
||||
username: "{{ lookup('env', 'VMWARE_USER') }}"
|
||||
password: "{{ lookup('env', 'VMWARE_PASSWORD') }}"
|
||||
datacenter: "{{ datacenter_name }}"
|
||||
uuid: "{{ vm_uuid }}"
|
||||
state: present
|
||||
snapshot_name: pre_auto_update
|
||||
delegate_to: localhost
|
||||
Reference in New Issue
Block a user