docs: update ansible-playbook inventory path in README (#12615) (#12992)

This commit is contained in:
botsz
2026-02-12 15:58:00 +08:00
committed by GitHub
parent 6965d8ded9
commit 69258075e0

View File

@@ -51,7 +51,7 @@ To generate kubespray inventory based on the terraform state file you can run th
You should now have a inventory file named `inventory.ini` that you can use with kubespray, e.g.
```bash
ansible-playbook -i contrib/terraform/gcs/inventory.ini cluster.yml -b -v
ansible-playbook -i contrib/terraform/gcp/inventory.ini cluster.yml -b -v
```
## Variables