DigitalState / Platform

The DigitalState Platform
MIT License
40 stars 20 forks source link

Issue with latest docker-ce 18.09 #66

Open marioprudhomme opened 5 years ago

marioprudhomme commented 5 years ago

TASK [platform/ssh/connect : Establish ssh connection using password] ** fatal: [platform]: FAILED! => {"changed": true, "cmd": "sshpass -p \"root\" ssh-copy-id -o StrictHostKeyChecking=no -i /root/.ssh/dev/key root@app", "delta": "0:00:00.402906", "end": "2018-11-08 09:17:47.912290", "msg": "non-zero return code", "rc": 1, "start": "2018-11-08 09:17:47.509384", "stderr": "/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: \"/root/.ssh/dev/key.pub\"\n/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed\nexpr: warning: '^ERROR: ': using '^' as the first character\nof a basic regular expression is not portable; it is ignored\n\n/usr/bin/ssh-copy-id: ERROR: ssh: connect to host app port 22: Connection refused", "stderr_lines": ["/usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: \"/root/.ssh/dev/key.pub\"", "/usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed", "expr: warning: '^ERROR: ': using '^' as the first character", "of a basic regular expression is not portable; it is ignored", "", "/usr/bin/ssh-copy-id: ERROR: ssh: connect to host app port 22: Connection refused"], "stdout": "", "stdout_lines": []}