diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-04-21 14:10:45 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-04-21 14:10:45 +0200 |
| commit | 8828dca9b891bcbba755023723e1c5fbb5cec56f (patch) | |
| tree | cbd2cc87e61f6fe6e25bbb3131a146a7f032c703 /README.md | |
| parent | 057479a583dc4aaf728a8b81cb6c29060878b9f8 (diff) | |
[skip-ci] update readme
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -40,12 +40,12 @@ Host *.local EOF git clone https://git.sr.ht/~a14m/ansible-distro-configure /opt/distro-configure -cp /opt/distro-configure/host_vars/${DISTRO}.local.yml.example /opt/distro-configure/host_vars/${DISTRO}.local.yml +cp /opt/distro-configure/host_vars/${HOSTNAME}.yml.example /opt/distro-configure/host_vars/${HOSTNAME}.yml cd /opt/distro-configure ansible-galaxy install -r requirements.yml -ansible-playbook site.yml --ask-become-pass --limit ${HOST} +ansible-playbook site.yml --ask-become-pass --limit ${HOSTNAME} ``` ## Special Thanks to |
