feat: adding ansible playbook for provisioning after VM is created
This commit is contained in:
parent
2e14375e94
commit
12e5c33e4f
2 changed files with 65 additions and 0 deletions
5
inventory.yaml
Normal file
5
inventory.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
proxmox_vms:
|
||||
hosts:
|
||||
jellyfin:
|
||||
ansible_host: 10.0.1.193
|
||||
ansible_user: root
|
Loading…
Add table
Add a link
Reference in a new issue