chore: add basic instructions to README

This commit is contained in:
mustard 2025-10-03 23:09:58 +02:00
parent 359781ccb4
commit ded655e70f

View file

@ -1,3 +1,15 @@
# proxmox-vms
Homelab provisioning using opentofu + ansible playbooks. Services are (to be) run on Podman Quadlets.
## Usage
```
tofu apply
```
Wait until initial cloud-init provisioning is done and the VM reboots once. Then you can run the ansible playbook:
```
ansible-playbook -i inventory.yaml provision.yaml
```