summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-04-03 13:05:33 +0200
committerAhmed Abdelhalim <[email protected]>2026-04-03 13:05:33 +0200
commit73a2e01416dfcf48d6f75cc2ad303707907563f9 (patch)
tree664efdf803b18fbdbba22fa92cec023c07988f58 /README.md
parentda5a03224de336a0289ee380be5b4274868d7e33 (diff)
[skip-ci] Minor updates to readme file
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 205815d..e79e9dd 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ If you are using `git-crypt`, setup your key, and override the encrypted files (
with your own version.
If you are not using `git-crypt`, delete the `.gitattributes` file and override the encrypted files
-with your own version.
+with your own version.<br>
Ex. `rm .gitattributes && cp host_vars/ubuntuiso.local.yml.example host_vars/ubuntuiso.local.yml`
## Boot distro live image
@@ -41,7 +41,7 @@ cp /opt/distro-install/host_vars/${DISTRO}iso.local.yml.example /opt/distro-inst
cd /opt/distro-install
ansible-galaxy install -r requirements.yml
-ansible-playbook site.yml --ask-pass
+ansible-playbook site.yml --ask-pass --limit ${HOST}
```
## Playbook: distro-configure
@@ -62,7 +62,7 @@ cp /opt/distro-configure/host_vars/${DISTRO}.local.yml.example /opt/distro-confi
cd /opt/distro-install
ansible-galaxy install -r requirements.yml
-ansible-playbook site.yml --ask-pass --extra-vars '{"configure_playbook_dir":"/opt/distro-configure"}'
+ansible-playbook site.yml --ask-pass --limit ${HOST} --extra-vars '{"configure_playbook_dir":"/opt/distro-configure"}'
```
## Special Thanks to