diff --git a/README.md b/README.md index b1451d2..71f038f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # proxmox-vms -Homelab provisioning using opentofu + ansible playbooks. Services are (to be) run on Podman Quadlets. \ No newline at end of file +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 +```