Commit 10aee560 authored by Muhammad Umair Khan's avatar Muhammad Umair Khan
Browse files

update ansible playbook readme.md file

parent 92660cda
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ ansible-playbook -i inventories/dev/hosts.ini site.yml -K

You can run just parts of the setup with `--tags` or skip parts with `--skip-tags`. (The roles here are intentionally simple and do not define custom tags; feel free to add them if you want finer control.)

## 📖 Notes
## Notes

* Ensure worker nodes have SSH access configured before running.
* Use `--tags` if you want to run specific roles (e.g. `--tags kubernetes,helm`).