mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
ansible should use hosts file I tell it to use
This commit is contained in:
parent
1e6d94accf
commit
a4fa70da84
@ -56,3 +56,6 @@ alias homeshick="$HOME/.homesick/repos/homeshick/home/.homeshick"
|
|||||||
if which keychain > /dev/null; then
|
if which keychain > /dev/null; then
|
||||||
eval `keychain --eval --agents ssh id_rsa`
|
eval `keychain --eval --agents ssh id_rsa`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Use ansible hosts in local file instead of /etc/ansible/hosts
|
||||||
|
export ANSIBLE_HOSTS=~/.ansible/ansible_hosts
|
||||||
|
Loading…
Reference in New Issue
Block a user