chore: add basic instructions to README
This commit is contained in:
parent
359781ccb4
commit
ded655e70f
1 changed files with 13 additions and 1 deletions
12
README.md
12
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue