Immich VM: Initial provision and decommission Immich from Cloud VM #11

Merged
cyclane merged 8 commits from immich-vm into main 2023-09-28 12:44:25 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6cf900b536 - Show all commits

View File

@ -9,7 +9,7 @@
api_token_secret: "{{ lookup('ansible.builtin.env', 'PROXMOX_TOKEN_SECRET') }}"
ssh_public: "{{ lookup('ansible.builtin.env', 'SSH_PUBLIC') }}"
vmname: "{{ inventory_hostname | regex_replace('^([^\\.]+)\\..+$', '\\1') }}"
node: pve2
node: pve
module_defaults:
community.general.proxmox_kvm:
api_user: "{{ api_user }}"