Advertisement
Guest User

Untitled

a guest
Nov 20th, 2015
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. TASK: [pip_install | Get Modern PIP] ******************************************
  2. <172.29.236.100> ESTABLISH CONNECTION FOR USER: root
  3. <172.29.236.100> REMOTE_MODULE get_url validate_certs=yes force=yes dest=/opt/get-pip.py url=https://bootstrap.pypa.io/get-pip.py
  4. <172.29.236.100> EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o TCPKeepAlive=yes -o ServerAliveInterval=5 -o ServerAliveCountMax=3 -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=120 172.29.236.100 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python'
  5. changed: [aio1] => {"attempts": 0, "changed": true, "checksum": "4645795f303c2a8a02d9957514af8a28fd8770c2", "dest": "/opt/get-pip.py", "gid": 0, "group": "root", "md5sum": "abc87074bdfe760f7f136713f0e40199", "mode": "0644", "msg": "OK (1412744 bytes)", "owner": "root", "sha256sum": "", "size": 1412744, "src": "/tmp/tmpTWzZnk", "state": "file", "uid": 0, "url": "https://bootstrap.pypa.io/get-pip.py"}
  6.  
  7. TASK: [pip_install | Get Modern PIP using fallback URL] ***********************
  8. skipping: [aio1]
  9.  
  10. TASK: [pip_install | Install PIP] *********************************************
  11. <172.29.236.100> ESTABLISH CONNECTION FOR USER: root
  12. <172.29.236.100> REMOTE_MODULE command python /opt/get-pip.py --no-index --find-links="http://172.29.236.100:8181/os-releases/12.0.1" --trusted-host 172.29.236.100 #USE_SHELL
  13. <172.29.236.100> EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o TCPKeepAlive=yes -o ServerAliveInterval=5 -o ServerAliveCountMax=3 -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=120 172.29.236.100 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python'
  14. changed: [aio1] => {"attempts": 0, "changed": true, "cmd": "python /opt/get-pip.py --no-index --find-links=\"http://172.29.236.100:8181/os-releases/12.0.1\" --trusted-host 172.29.236.100", "delta": "0:00:08.806960", "end": "2015-11-20 17:07:14.789230", "rc": 0, "start": "2015-11-20 17:07:05.982270", "stderr": "Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /os-releases/12.0.1\nRetrying (Retry(total=3, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /os-releases/12.0.1\nRetrying (Retry(total=2, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /os-releases/12.0.1\nRetrying (Retry(total=1, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /os-releases/12.0.1\nRetrying (Retry(total=0, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', error(111, 'Connection refused'))': /os-releases/12.0.1", "stdout": "Ignoring indexes: https://pypi.python.org/simple\nRequirement already up-to-date: pip in /usr/local/lib/python2.7/dist-packages", "warnings": []}
  15.  
  16. TASK: [pip_install | Install PIP (fall back mode)] ****************************
  17. skipping: [aio1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement