Re: [ansible-project] Ansible vagrant - refuses to use vagrant user

2014-03-25 Thread Aleem Bawany
Sorry to revive an old thread but luckily, I came across this post only after banging my head against SSH connectivity issues for a couple of hours. This ought to be documented somewhere but more importantly it makes sense to have the command line argument take highest precedence as that is the

Re: [ansible-project] Ansible vagrant - refuses to use vagrant user

2013-12-23 Thread James Martin
This is how I do it: export ANSIBLE_REMOTE_USER=vagrant export ANSIBLE_PRIVATE_KEY_FILE=$HOME/.vagrant.d/insecure_private_key ssh-add $ANSIBLE_PRIVATE_KEY_FILE - James On Mon, Dec 23, 2013 at 9:24 AM, bryan hunt picsolvebr...@gmail.com wrote: Hi, I have been trying to get Ansible working