chore: add basic instructions to README
This commit is contained in:
parent
359781ccb4
commit
ded655e70f
1 changed files with 13 additions and 1 deletions
14
README.md
14
README.md
|
@ -1,3 +1,15 @@
|
||||||
# proxmox-vms
|
# proxmox-vms
|
||||||
|
|
||||||
Homelab provisioning using opentofu + ansible playbooks. Services are (to be) run on Podman Quadlets.
|
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