WIP: Initial VM provisioning #4

Closed
cyclane wants to merge 38 commits from initial-vm-provisioning into main
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 152a5a606e - Show all commits

View File

@ -75,4 +75,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 }} -vvv

View File

@ -1,4 +1,4 @@
- name: Setup Docker
- name: Setup Software
hosts: joplin
gather_facts: false
tasks: