depeloy to pve for now
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 10m22s Details

This commit is contained in:
Gleb Koval 2023-09-28 03:02:08 +01:00
parent 2e9b1fb193
commit 6cf900b536
Signed by: cyclane
GPG Key ID: 15E168A8B332382C
1 changed files with 1 additions and 1 deletions

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 }}"