Compare commits

...

2 Commits

Author SHA1 Message Date
98758f4fa7 add: proxmox_vmid in the inventory 2026-06-21 20:05:12 +00:00
e4771be50c add: pause after VM move 2026-06-19 09:46:37 +02:00
2 changed files with 6 additions and 1 deletions

View File

@@ -16,4 +16,5 @@ all:
cerbere-head1:
ansible_host: 192.168.88.2
main_role: MASTER
hypervisor: Proxmox
hypervisor: Proxmox
proxmox_vmid: 122

View File

@@ -94,6 +94,10 @@
retries: 60
delay: 15
- name: Pause 15s
ansible.builtin.pause:
seconds: 15
- name: Update packages
ansible.builtin.apt:
upgrade: full