chore: rename some things

This commit is contained in:
Jef Roosens 2025-06-14 21:18:23 +02:00
parent 27e6e693bc
commit 6d50983f84
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
6 changed files with 19 additions and 19 deletions

View file

@ -24,6 +24,6 @@ Ansible configuration repository for my homelab.
`static_ip` host var set to the desired static IP address
8. Comment out `ansible_ssh_user` in `group_vars/all/vars.yml`, as this
overwrites the one set in the hosts file
9. Run `ansible-playbook -i initial-hosts.ini first_run.yml`. This command will
9. Run `ansible-playbook -i inventory/initial_hosts.ini first_run.yml`. This command will
hang at the `restart networking` step; at this point you can Ctrl-C.