mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
inlining the hosts instead of relying on the hosts file
This commit is contained in:
@@ -58,6 +58,6 @@ ANSIBLE_COLLECTIONS_PATH="$PWD/ansible/collections" ansible-galaxy collection in
|
||||
echo "Done installing needed Ansible packages."
|
||||
echo "Running choosen Ansible Playbook at $choosen_playbook_path..."
|
||||
|
||||
ansible-playbook --ask-become-pass --inventory ./ansible/hosts --module-path ansible/collections "$choosen_playbook_path"
|
||||
ansible-playbook --ask-become-pass --inventory localhost, --module-path ansible/collections "$choosen_playbook_path"
|
||||
|
||||
echo "Done running choosen Ansible Playbook. If this is your first installation, you might want to reboot in order for the settings to take effect."
|
||||
|
||||
Reference in New Issue
Block a user