Skip to content

Instantly share code, notes, and snippets.

@psykidellic
Created September 12, 2013 22:02
Show Gist options
  • Select an option

  • Save psykidellic/6544450 to your computer and use it in GitHub Desktop.

Select an option

Save psykidellic/6544450 to your computer and use it in GitHub Desktop.
GATHERING FACTS ***************************************************************
fatal: [10.0.2.15] => Authentication or permission failure. In some cases, you may have been able to authenticate and did not have permissions on the remote directory. Consider changing the remote temp path
in ansible.cfg to a path rooted in "/tmp". Failed command was: mkdir -p $HOME/.ansible/tmp/ansible-1379021416.72-97623234269588 && chmod a+rx $HOME/.ansible/tmp/ansible-1379021416.72-97623234269588 && echo $H
OME/.ansible/tmp/ansible-1379021416.72-97623234269588, exited with result 255
PLAY RECAP ********************************************************************
to retry, use: --limit @/Users/riteshn/provision.retry
10.0.2.15 : ok=0 changed=0 unreachable=1 failed=0
Ansible failed to complete successfully. Any error output should be
visible above. Please fix these errors and try again.
viper-2-~/src/sandbox/vagrant_guide git:(master) ✗:
viper-2-~/src/sandbox/vagrant_guide git:(master) ✗:
viper-2-~/src/sandbox/vagrant_guide git:(master) ✗:
viper-2-~/src/sandbox/vagrant_guide git:(master) ✗: vagrant ssh
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64)
* Documentation: https://help.ubuntu.com/
Welcome to your Vagrant-built virtual machine.
Last login: Fri Sep 14 06:23:18 2012 from 10.0.2.2
vagrant@precise64:~$ mkdir -p $HOME/.ansible/tmp/ansible-1379021416.72-97623234269588 && chmod a+rx $HOME/.ansible/tmp/ansible-1379021416.72-97623234269588 && echo $HOME/.ansible/tmp/ansible-1379021416.72-976
23234269588
/home/vagrant/.ansible/tmp/ansible-1379021416.72-97623234269588
vagrant@precise64:~$ ls /home/vagrant/.ansible/tmp/ansible-1379021416.72-97623234269588/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment