logging :)
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m23s
Details
Infrastructure / Check and run Ansbile playbooks (pull_request) Failing after 3m23s
Details
This commit is contained in:
parent
51a0ca3938
commit
2506402fae
|
@ -72,4 +72,4 @@ jobs:
|
|||
PROXMOX_TOKEN_ID: ${{ secrets.PROXMOX_TOKEN_ID }}
|
||||
PROXMOX_TOKEN_SECRET: ${{ secrets.PROXMOX_TOKEN_SECRET }}
|
||||
SSH_PUBLIC: ${{ secrets.SSH_PUBLIC }}
|
||||
run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }}
|
||||
run: ansible-playbook --inventory ./inventory ${{ steps.playbooks.outputs.to_run }} -vv
|
||||
|
|
|
@ -85,14 +85,14 @@
|
|||
- name: Resize root disk
|
||||
community.general.proxmox_disk:
|
||||
disk: scsi0
|
||||
size: 16G
|
||||
size: 16
|
||||
state: resized
|
||||
- name: Create data disk
|
||||
community.general.proxmox_disk:
|
||||
disk: scsi1
|
||||
backup: true
|
||||
storage: nvme
|
||||
size: 2048G
|
||||
size: 2048
|
||||
- name: Update VM
|
||||
community.general.proxmox_kvm:
|
||||
update: true
|
||||
|
|
Loading…
Reference in New Issue