migrate from github

This commit is contained in:
donotos
2021-09-05 19:31:17 +02:00
commit 4151d0b348
10 changed files with 139 additions and 0 deletions

15
test.yml Normal file
View 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