Immich VM: Initial provision and decommission Immich from Cloud VM (#11)
All checks were successful
Infrastructure / Check and run Ansbile playbooks (push) Successful in 7m26s

Reviewed-on: #11
This commit is contained in:
2023-09-28 12:44:24 +00:00
parent e39f826597
commit 05a730ea52
12 changed files with 322 additions and 35 deletions

View File

@@ -93,12 +93,6 @@
backup: true
storage: nvme
size: 2048
- name: Create media disk
community.general.proxmox_disk:
disk: scsi2
backup: false
storage: zfs
size: 4096
- name: Update VM
community.general.proxmox_kvm:
update: true
@@ -107,8 +101,8 @@
- debian-12
- managed
onboot: true
cores: 16
memory: 32768
cores: 8
memory: 16384
- name: Retart VM
community.general.proxmox_kvm: