Advertisement
Guest User

Error

a guest
Mar 19th, 2024
23
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.01 KB | None | 0 0
  1. TASK [Ensure python is installed] ************************************************************************************************************************************************************************************
  2. task path: /opt/openstack-ansible/playbooks/openstack-hosts-setup.yml:27
  3. container_name: "host-compute-01"
  4. physical_host: "host-compute-01"
  5. <172.30.5.14> ESTABLISH SSH CONNECTION FOR USER: root
  6. <172.30.5.14> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=300 -o StrictHostKeyChecking=no -o Port=22 -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAliveCountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAgent=yes -T -o 'ControlPath="/root/.ansible/cp/9ec49ecdd5"' -tt 172.30.5.14 'if which apt-get >/dev/null && ! which python >/dev/null ; then
  7. if ! which python3 >/dev/null ; then
  8. apt-get -y install python3
  9. fi
  10. update-alternatives --install /usr/bin/python python /usr/bin/python3 10
  11. exit 2
  12. else
  13. exit 0
  14. fi
  15. '
  16. container_name: "host-compute-02"
  17. physical_host: "host-compute-02"
  18. <172.30.5.15> ESTABLISH SSH CONNECTION FOR USER: root
  19. <172.30.5.15> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=300 -o StrictHostKeyChecking=no -o Port=22 -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAliveCountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAgent=yes -T -o 'ControlPath="/root/.ansible/cp/5b8f3c4b63"' -tt 172.30.5.15 'if which apt-get >/dev/null && ! which python >/dev/null ; then
  20. if ! which python3 >/dev/null ; then
  21. apt-get -y install python3
  22. fi
  23. update-alternatives --install /usr/bin/python python /usr/bin/python3 10
  24. exit 2
  25. else
  26. exit 0
  27. fi
  28. '
  29. container_name: "host-compute-03"
  30. physical_host: "host-compute-03"
  31. <172.30.5.16> ESTABLISH SSH CONNECTION FOR USER: root
  32. <172.30.5.16> SSH: EXEC ssh -C -o ControlMaster=auto -o ControlPersist=300 -o StrictHostKeyChecking=no -o Port=22 -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=5 -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -o ServerAliveInterval=64 -o ServerAliveCountMax=1024 -o Compression=no -o TCPKeepAlive=yes -o VerifyHostKeyDNS=no -o ForwardX11=no -o ForwardAgent=yes -T -o 'ControlPath="/root/.ansible/cp/aa204a5202"' -tt 172.30.5.16 'if which apt-get >/dev/null && ! which python >/dev/null ; then
  33. if ! which python3 >/dev/null ; then
  34. apt-get -y install python3
  35. fi
  36. update-alternatives --install /usr/bin/python python /usr/bin/python3 10
  37. exit 2
  38. else
  39. exit 0
  40. fi
  41. '
  42.  
  43.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement