1
0
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:
l0rd 2014-01-08 16:47:19 +01:00
parent 1e6d94accf
commit a4fa70da84

View File

@ -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