Created
April 20, 2013 00:01
-
-
Save yeukhon/5424071 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TASK: [Execute setup.sh] ****************************************************** | |
| <192.168.1.46> ESTABLISH CONNECTION FOR USER: vagrant | |
| <192.168.1.46> EXEC ['sshpass', '-d5', 'ssh', '-tt', '-q', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/tmp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'GSSAPIAuthentication=no', '-o', 'PubkeyAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=10', '192.168.1.46', "/bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-1366416011.71-249037134189745 && chmod a+rx $HOME/.ansible/tmp/ansible-1366416011.71-249037134189745 && echo $HOME/.ansible/tmp/ansible-1366416011.71-249037134189745'"] | |
| <192.168.1.46> REMOTE_MODULE command /opt/ideapis/repoapi/./setup.sh | |
| <192.168.1.46> PUT /tmp/tmpb1Bki1 TO /home/vagrant/.ansible/tmp/ansible-1366416011.71-249037134189745/command | |
| <192.168.1.46> EXEC ['sshpass', '-d5', 'ssh', '-tt', '-q', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'ControlPath=/tmp/ansible-ssh-%h-%p-%r', '-o', 'StrictHostKeyChecking=no', '-o', 'Port=22', '-o', 'GSSAPIAuthentication=no', '-o', 'PubkeyAuthentication=no', '-o', 'User=vagrant', '-o', 'ConnectTimeout=10', '192.168.1.46', u"/bin/sh -c ' /usr/bin/python /home/vagrant/.ansible/tmp/ansible-1366416011.71-249037134189745/command; rm -rf /home/vagrant/.ansible/tmp/ansible-1366416011.71-249037134189745/ >/dev/null 2>&1'"] | |
| failed: [192.168.1.46] => {"changed": true, "cmd": ["/opt/ideapis/repoapi/./setup.sh"], "delta": "0:00:00.909092", "end": "2013-04-19 23:59:40.856569", "rc": 1, "start": "2013-04-19 23:59:39.947477"} | |
| stderr: error: repoapi.egg-info/requires.txt: Permission denied | |
| stdout: running develop | |
| running egg_info | |
| writing requirements to repoapi.egg-info/requires.txt | |
| FATAL: all hosts have already failed -- aborting |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment