Advertisement
Guest User

Untitled

a guest
Oct 5th, 2017
852
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.00 KB | None | 0 0
  1. ➜ trellis git:(master) ✗ ansible-playbook server.yml -e env=staging -vvvv
  2. ansible-playbook 2.4.0.0
  3. config file = /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/ansible.cfg
  4. configured module search path = [u'/Users/s3w47m88/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  5. ansible python module location = /Library/Python/2.7/site-packages/ansible
  6. executable location = /usr/local/bin/ansible-playbook
  7. python version = 2.7.10 (default, Feb 7 2017, 00:08:15) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]
  8. Using /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/ansible.cfg as config file
  9. setting up inventory plugins
  10. Parsed /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/hosts/development inventory source with ini plugin
  11. Parsed /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/hosts/production inventory source with ini plugin
  12. Parsed /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/hosts/staging inventory source with ini plugin
  13. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/common/tasks/disable_challenge_sites.yml
  14. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/common/tasks/reload_nginx.yml
  15. [DEPRECATION WARNING]: The use of 'include' for tasks has been deprecated. Use 'import_tasks' for static inclusions or 'include_tasks' for dynamic inclusions. This feature will be removed in a future release. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
  16. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/vendor/roles/ntp/tasks/clock-rhel-6.yml
  17. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/users/tasks/connection-warnings.yml
  18. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/vendor/roles/composer/tasks/global-require.yml
  19. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/vendor/roles/composer/tasks/project-bin.yml
  20. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/letsencrypt/tasks/setup.yml
  21. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/letsencrypt/tasks/nginx.yml
  22. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/common/tasks/reload_nginx.yml
  23. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/letsencrypt/tasks/certificates.yml
  24. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/wordpress-setup/tasks/database.yml
  25. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/wordpress-setup/tasks/self-signed-certificate.yml
  26. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/wordpress-setup/tasks/nginx-client-cert.yml
  27. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/wordpress-setup/tasks/nginx-includes.yml
  28. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/wordpress-setup/tasks/nginx.yml
  29. statically imported: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/common/tasks/disable_challenge_sites.yml
  30. Loading callback plugin output of type stdout, v2.0 from /Library/Python/2.7/site-packages/ansible/plugins/callback/__init__.pyc
  31.  
  32. PLAYBOOK: server.yml *******************************************************************************************************************************************************************************************************************************************************************************************************************************************************
  33. 4 plays in server.yml
  34.  
  35. PLAY [Ensure necessary variables are defined] ******************************************************************************************************************************************************************************************************************************************************************************************************************************
  36. META: ran handlers
  37.  
  38. TASK [Ensure environment is defined] ***************************************************************************************************************************************************************************************************************************************************************************************************************************************
  39. task path: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/variable-check.yml:8
  40. skipping: [localhost] => {
  41. "changed": false,
  42. "skip_reason": "Conditional result was False",
  43. "skipped": true
  44. }
  45. META: ran handlers
  46. META: ran handlers
  47.  
  48. PLAY [Test Connection and Determine Remote User] ***************************************************************************************************************************************************************************************************************************************************************************************************************************
  49. META: ran handlers
  50.  
  51. TASK [connection : Require manual definition of remote-user] ***************************************************************************************************************************************************************************************************************************************************************************************************************
  52. task path: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/connection/tasks/main.yml:2
  53. skipping: [thewaitstaffteam.theportlandcompany.com] => {
  54. "changed": false,
  55. "skip_reason": "Conditional result was False",
  56. "skipped": true
  57. }
  58.  
  59. TASK [connection : Specify preferred HostKeyAlgorithms for unknown hosts] **************************************************************************************************************************************************************************************************************************************************************************************************
  60. task path: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/connection/tasks/main.yml:9
  61. skipping: [thewaitstaffteam.theportlandcompany.com] => {
  62. "changed": false,
  63. "skip_reason": "Conditional result was False",
  64. "skipped": true
  65. }
  66.  
  67. TASK [connection : Check whether Ansible can connect as root] **************************************************************************************************************************************************************************************************************************************************************************************************************
  68. task path: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/connection/tasks/main.yml:18
  69. Using module file /Library/Python/2.7/site-packages/ansible/modules/commands/command.py
  70. <localhost> ESTABLISH LOCAL CONNECTION FOR USER: s3w47m88
  71. <localhost> EXEC /bin/sh -c 'echo ~ && sleep 0'
  72. <localhost> EXEC /bin/sh -c '( umask 77 && mkdir -p "` echo /Users/s3w47m88/.ansible/tmp/ansible-tmp-1507185779.27-16756251051034 `" && echo ansible-tmp-1507185779.27-16756251051034="` echo /Users/s3w47m88/.ansible/tmp/ansible-tmp-1507185779.27-16756251051034 `" ) && sleep 0'
  73. <localhost> PUT /var/folders/r9/yblw82v55slg5vthy4gp7wjc0000gp/T/tmpRhxVkj TO /Users/s3w47m88/.ansible/tmp/ansible-tmp-1507185779.27-16756251051034/command.py
  74. <localhost> EXEC /bin/sh -c 'chmod u+x /Users/s3w47m88/.ansible/tmp/ansible-tmp-1507185779.27-16756251051034/ /Users/s3w47m88/.ansible/tmp/ansible-tmp-1507185779.27-16756251051034/command.py && sleep 0'
  75. <localhost> EXEC /bin/sh -c 'ANSIBLE_SSH_ARGS='"'"'-o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s '"'"' /usr/bin/python /Users/s3w47m88/.ansible/tmp/ansible-tmp-1507185779.27-16756251051034/command.py; rm -rf "/Users/s3w47m88/.ansible/tmp/ansible-tmp-1507185779.27-16756251051034/" > /dev/null 2>&1 && sleep 0'
  76. ok: [thewaitstaffteam.theportlandcompany.com -> localhost] => {
  77. "changed": false,
  78. "cmd": [
  79. "ansible",
  80. "thewaitstaffteam.theportlandcompany.com",
  81. "-m",
  82. "raw",
  83. "-a",
  84. "whoami",
  85. "-u",
  86. "root",
  87. "--connection=smart",
  88. "--timeout=10",
  89. "--inventory=/Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/hosts",
  90. "-vvvv"
  91. ],
  92. "delta": "0:00:00.843907",
  93. "end": "2017-10-04 23:43:00.324270",
  94. "failed": false,
  95. "failed_when_result": false,
  96. "invocation": {
  97. "module_args": {
  98. "_raw_params": "ansible thewaitstaffteam.theportlandcompany.com -m raw -a whoami\n -u root --connection='smart' --timeout='10' --inventory='/Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/hosts' -vvvv",
  99. "_uses_shell": false,
  100. "chdir": null,
  101. "creates": null,
  102. "executable": null,
  103. "removes": null,
  104. "stdin": null,
  105. "warn": true
  106. }
  107. },
  108. "msg": "non-zero return code",
  109. "rc": 4,
  110. "start": "2017-10-04 23:42:59.480363",
  111. "stderr": "\u001b[0;31mERROR! conflicting action statements: raw, async\u001b[0m\n\u001b[0;31mexception type: <class 'ansible.errors.AnsibleParserError'>\u001b[0m\n\u001b[0;31mexception: conflicting action statements: raw, async\u001b[0m",
  112. "stderr_lines": [
  113. "\u001b[0;31mERROR! conflicting action statements: raw, async\u001b[0m",
  114. "\u001b[0;31mexception type: <class 'ansible.errors.AnsibleParserError'>\u001b[0m",
  115. "\u001b[0;31mexception: conflicting action statements: raw, async\u001b[0m"
  116. ],
  117. "stdout": "\u001b[0;34mansible 2.4.0.0\u001b[0m\n\u001b[0;34m config file = /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/ansible.cfg\u001b[0m\n\u001b[0;34m configured module search path = [u'/Users/s3w47m88/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']\u001b[0m\n\u001b[0;34m ansible python module location = /Library/Python/2.7/site-packages/ansible\u001b[0m\n\u001b[0;34m executable location = /usr/local/bin/ansible\u001b[0m\n\u001b[0;34m python version = 2.7.10 (default, Feb 7 2017, 00:08:15) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]\u001b[0m\n\u001b[0;34mUsing /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/ansible.cfg as config file\u001b[0m\n\u001b[0;34msetting up inventory plugins\u001b[0m\n\u001b[0;34mParsed /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/hosts/development inventory source with ini plugin\u001b[0m\n\u001b[0;34mParsed /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/hosts/production inventory source with ini plugin\u001b[0m\n\u001b[0;34mParsed /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/hosts/staging inventory source with ini plugin\u001b[0m",
  118. "stdout_lines": [
  119. "\u001b[0;34mansible 2.4.0.0\u001b[0m",
  120. "\u001b[0;34m config file = /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/ansible.cfg\u001b[0m",
  121. "\u001b[0;34m configured module search path = [u'/Users/s3w47m88/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']\u001b[0m",
  122. "\u001b[0;34m ansible python module location = /Library/Python/2.7/site-packages/ansible\u001b[0m",
  123. "\u001b[0;34m executable location = /usr/local/bin/ansible\u001b[0m",
  124. "\u001b[0;34m python version = 2.7.10 (default, Feb 7 2017, 00:08:15) [GCC 4.2.1 Compatible Apple LLVM 8.0.0 (clang-800.0.34)]\u001b[0m",
  125. "\u001b[0;34mUsing /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/ansible.cfg as config file\u001b[0m",
  126. "\u001b[0;34msetting up inventory plugins\u001b[0m",
  127. "\u001b[0;34mParsed /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/hosts/development inventory source with ini plugin\u001b[0m",
  128. "\u001b[0;34mParsed /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/hosts/production inventory source with ini plugin\u001b[0m",
  129. "\u001b[0;34mParsed /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/hosts/staging inventory source with ini plugin\u001b[0m"
  130. ]
  131. }
  132.  
  133. TASK [connection : Warn about change in host keys] *************************************************************************************************************************************************************************************************************************************************************************************************************************
  134. task path: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/connection/tasks/main.yml:30
  135. skipping: [thewaitstaffteam.theportlandcompany.com] => {
  136. "changed": false,
  137. "skip_reason": "Conditional result was False",
  138. "skipped": true
  139. }
  140.  
  141. TASK [connection : Set remote user for each host] **************************************************************************************************************************************************************************************************************************************************************************************************************************
  142. task path: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/connection/tasks/main.yml:54
  143. ok: [thewaitstaffteam.theportlandcompany.com] => {
  144. "ansible_facts": {
  145. "ansible_user": "admin"
  146. },
  147. "changed": false,
  148. "failed": false
  149. }
  150.  
  151. TASK [connection : Announce which user was selected] ***********************************************************************************************************************************************************************************************************************************************************************************************************************
  152. task path: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/connection/tasks/main.yml:59
  153. Note: Ansible will attempt connections as user = admin
  154. ok: [thewaitstaffteam.theportlandcompany.com] => {}
  155.  
  156. TASK [connection : Load become password] ***********************************************************************************************************************************************************************************************************************************************************************************************************************************
  157. task path: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/roles/connection/tasks/main.yml:77
  158. ok: [thewaitstaffteam.theportlandcompany.com] => {"censored": "the output has been hidden due to the fact that 'no_log: true' was specified for this result"}
  159. META: ran handlers
  160. META: ran handlers
  161.  
  162. PLAY [Install prerequisites] ***********************************************************************************************************************************************************************************************************************************************************************************************************************************************
  163. META: ran handlers
  164.  
  165. TASK [Install Python 2.x] **************************************************************************************************************************************************************************************************************************************************************************************************************************************************
  166. task path: /Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/server.yml:17
  167. <thewaitstaffteam.theportlandcompany.com> ESTABLISH SSH CONNECTION FOR USER: admin
  168. <thewaitstaffteam.theportlandcompany.com> SSH: EXEC ssh -vvv -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=admin -o ConnectTimeout=10 -o ControlPath=/Users/s3w47m88/.ansible/cp/9847e8525c -tt thewaitstaffteam.theportlandcompany.com 'sudo -H -S -p "[sudo via ansible, key=pqnrdutfpfstugjrvtzysoiyxvvudtkw] password: " -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-pqnrdutfpfstugjrvtzysoiyxvvudtkw; which python || sudo apt-get update && sudo apt-get install -qq -y python-simplejson'"'"''
  169. <thewaitstaffteam.theportlandcompany.com> (255, '', 'OpenSSH_7.4p1, LibreSSL 2.5.0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: auto-mux: Trying existing master\r\ndebug1: Control socket "/Users/s3w47m88/.ansible/cp/9847e8525c" does not exist\r\ndebug2: resolving "thewaitstaffteam.theportlandcompany.com" port 22\r\ndebug2: ssh_connect_direct: needpriv 0\r\ndebug1: Connecting to thewaitstaffteam.theportlandcompany.com [107.170.194.131] port 22.\r\ndebug2: fd 5 setting O_NONBLOCK\r\ndebug1: fd 5 clearing O_NONBLOCK\r\ndebug1: Connection established.\r\ndebug3: timeout: 9980 ms remain after connect\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_rsa type 1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_rsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_dsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_dsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_ecdsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_ecdsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_ed25519 type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_ed25519-cert type -1\r\ndebug1: Enabling compatibility mode for protocol 2.0\r\ndebug1: Local version string SSH-2.0-OpenSSH_7.4\r\ndebug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.2\r\ndebug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 pat OpenSSH* compat 0x04000000\r\ndebug2: fd 5 setting O_NONBLOCK\r\ndebug1: Authenticating to thewaitstaffteam.theportlandcompany.com:22 as \'admin\'\r\ndebug3: hostkeys_foreach: reading file "/Users/s3w47m88/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type ED25519 in file /Users/s3w47m88/.ssh/known_hosts:10\r\ndebug3: load_hostkeys: loaded 1 keys from thewaitstaffteam.theportlandcompany.com\r\ndebug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-ed25519-cert-v01@openssh.com,ssh-ed25519\r\ndebug3: send packet: type 20\r\ndebug1: SSH2_MSG_KEXINIT sent\r\ndebug3: receive packet: type 20\r\ndebug1: SSH2_MSG_KEXINIT received\r\ndebug2: local client KEXINIT proposal\r\ndebug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c\r\ndebug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256,ssh-rsa\r\ndebug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc\r\ndebug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc\r\ndebug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1\r\ndebug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1\r\ndebug2: compression ctos: none,zlib@openssh.com,zlib\r\ndebug2: compression stoc: none,zlib@openssh.com,zlib\r\ndebug2: languages ctos: \r\ndebug2: languages stoc: \r\ndebug2: first_kex_follows 0 \r\ndebug2: reserved 0 \r\ndebug2: peer server KEXINIT proposal\r\ndebug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1\r\ndebug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519\r\ndebug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\r\ndebug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\r\ndebug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1\r\ndebug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1\r\ndebug2: compression ctos: none,zlib@openssh.com\r\ndebug2: compression stoc: none,zlib@openssh.com\r\ndebug2: languages ctos: \r\ndebug2: languages stoc: \r\ndebug2: first_kex_follows 0 \r\ndebug2: reserved 0 \r\ndebug1: kex: algorithm: curve25519-sha256@libssh.org\r\ndebug1: kex: host key algorithm: ssh-ed25519\r\ndebug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none\r\ndebug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none\r\ndebug3: send packet: type 30\r\ndebug1: expecting SSH2_MSG_KEX_ECDH_REPLY\r\ndebug3: receive packet: type 31\r\ndebug1: Server host key: ssh-ed25519 SHA256:vU0x749TOS33JeDWvvXO9xCeCSR8xzJSxt3Rcsn/Ik8\r\ndebug3: hostkeys_foreach: reading file "/Users/s3w47m88/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type ED25519 in file /Users/s3w47m88/.ssh/known_hosts:10\r\ndebug3: load_hostkeys: loaded 1 keys from thewaitstaffteam.theportlandcompany.com\r\ndebug3: hostkeys_foreach: reading file "/Users/s3w47m88/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type ED25519 in file /Users/s3w47m88/.ssh/known_hosts:10\r\ndebug3: load_hostkeys: loaded 1 keys from 107.170.194.131\r\ndebug1: Host \'thewaitstaffteam.theportlandcompany.com\' is known and matches the ED25519 host key.\r\ndebug1: Found key in /Users/s3w47m88/.ssh/known_hosts:10\r\ndebug3: send packet: type 21\r\ndebug2: set_newkeys: mode 1\r\ndebug1: rekey after 134217728 blocks\r\ndebug1: SSH2_MSG_NEWKEYS sent\r\ndebug1: expecting SSH2_MSG_NEWKEYS\r\ndebug3: receive packet: type 21\r\ndebug1: SSH2_MSG_NEWKEYS received\r\ndebug2: set_newkeys: mode 0\r\ndebug1: rekey after 134217728 blocks\r\ndebug2: key: /Users/s3w47m88/.ssh/id_rsa (0x7f9d4b500120)\r\ndebug2: key: /Users/s3w47m88/.ssh/id_dsa (0x0)\r\ndebug2: key: /Users/s3w47m88/.ssh/id_ecdsa (0x0)\r\ndebug2: key: /Users/s3w47m88/.ssh/id_ed25519 (0x0)\r\ndebug3: send packet: type 5\r\ndebug3: receive packet: type 7\r\ndebug1: SSH2_MSG_EXT_INFO received\r\ndebug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>\r\ndebug3: receive packet: type 6\r\ndebug2: service_accept: ssh-userauth\r\ndebug1: SSH2_MSG_SERVICE_ACCEPT received\r\ndebug3: send packet: type 50\r\ndebug3: receive packet: type 51\r\ndebug1: Authentications that can continue: publickey\r\ndebug3: start over, passed a different list publickey\r\ndebug3: preferred gssapi-with-mic,gssapi-keyex,hostbased,publickey\r\ndebug3: authmethod_lookup publickey\r\ndebug3: remaining preferred: ,gssapi-keyex,hostbased,publickey\r\ndebug3: authmethod_is_enabled publickey\r\ndebug1: Next authentication method: publickey\r\ndebug1: Offering RSA public key: /Users/s3w47m88/.ssh/id_rsa\r\ndebug3: send_pubkey_test\r\ndebug3: send packet: type 50\r\ndebug2: we sent a publickey packet, wait for reply\r\ndebug3: receive packet: type 51\r\ndebug1: Authentications that can continue: publickey\r\ndebug1: Trying private key: /Users/s3w47m88/.ssh/id_dsa\r\ndebug3: no such identity: /Users/s3w47m88/.ssh/id_dsa: No such file or directory\r\ndebug1: Trying private key: /Users/s3w47m88/.ssh/id_ecdsa\r\ndebug3: no such identity: /Users/s3w47m88/.ssh/id_ecdsa: No such file or directory\r\ndebug1: Trying private key: /Users/s3w47m88/.ssh/id_ed25519\r\ndebug3: no such identity: /Users/s3w47m88/.ssh/id_ed25519: No such file or directory\r\ndebug2: we did not send a packet, disable method\r\ndebug1: No more authentication methods to try.\r\nPermission denied (publickey).\r\n')
  170. <thewaitstaffteam.theportlandcompany.com> ssh_retry: attempt: 0, ssh return code is 255. cmd (['ssh', '-vvv', '-o', 'ForwardAgent=yes', '-o', 'ControlMaster=auto', '-o', 'ControlPersist=60s', '-o', 'KbdInteractiveAuthentication=no', '-o', 'PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey', '-o', 'PasswordAuthentication=no', '-o', 'User=admin', '-o', 'ConnectTimeout=10', '-o', 'ControlPath=/Users/s3w47m88/.ansible/cp/9847e8525c', '-tt', 'thewaitstaffteam.theportlandcompany.com', 'sudo -H -S -p "[sudo via ansible, key=pqnrdutfpfstugjrvtzysoiyxvvudtkw] password: " -u root /bin/sh -c \'echo BECOME-SUCCESS-pqnrdutfpfstugjrvtzysoiyxvvudtkw; which python || sudo apt-get update && sudo apt-get install -qq -y python-simplejson\'']...), pausing for 0 seconds
  171. <thewaitstaffteam.theportlandcompany.com> SSH: EXEC ssh -vvv -o ForwardAgent=yes -o ControlMaster=auto -o ControlPersist=60s -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=admin -o ConnectTimeout=10 -o ControlPath=/Users/s3w47m88/.ansible/cp/9847e8525c -tt thewaitstaffteam.theportlandcompany.com 'sudo -H -S -p "[sudo via ansible, key=pqnrdutfpfstugjrvtzysoiyxvvudtkw] password: " -u root /bin/sh -c '"'"'echo BECOME-SUCCESS-pqnrdutfpfstugjrvtzysoiyxvvudtkw; which python || sudo apt-get update && sudo apt-get install -qq -y python-simplejson'"'"''
  172. <thewaitstaffteam.theportlandcompany.com> (255, '', 'OpenSSH_7.4p1, LibreSSL 2.5.0\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: auto-mux: Trying existing master\r\ndebug1: Control socket "/Users/s3w47m88/.ansible/cp/9847e8525c" does not exist\r\ndebug2: resolving "thewaitstaffteam.theportlandcompany.com" port 22\r\ndebug2: ssh_connect_direct: needpriv 0\r\ndebug1: Connecting to thewaitstaffteam.theportlandcompany.com [107.170.194.131] port 22.\r\ndebug2: fd 5 setting O_NONBLOCK\r\ndebug1: fd 5 clearing O_NONBLOCK\r\ndebug1: Connection established.\r\ndebug3: timeout: 9980 ms remain after connect\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_rsa type 1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_rsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_dsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_dsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_ecdsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_ecdsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_ed25519 type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /Users/s3w47m88/.ssh/id_ed25519-cert type -1\r\ndebug1: Enabling compatibility mode for protocol 2.0\r\ndebug1: Local version string SSH-2.0-OpenSSH_7.4\r\ndebug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2 Ubuntu-4ubuntu2.2\r\ndebug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 pat OpenSSH* compat 0x04000000\r\ndebug2: fd 5 setting O_NONBLOCK\r\ndebug1: Authenticating to thewaitstaffteam.theportlandcompany.com:22 as \'admin\'\r\ndebug3: hostkeys_foreach: reading file "/Users/s3w47m88/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type ED25519 in file /Users/s3w47m88/.ssh/known_hosts:10\r\ndebug3: load_hostkeys: loaded 1 keys from thewaitstaffteam.theportlandcompany.com\r\ndebug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-ed25519-cert-v01@openssh.com,ssh-ed25519\r\ndebug3: send packet: type 20\r\ndebug1: SSH2_MSG_KEXINIT sent\r\ndebug3: receive packet: type 20\r\ndebug1: SSH2_MSG_KEXINIT received\r\ndebug2: local client KEXINIT proposal\r\ndebug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-hellman-group14-sha1,ext-info-c\r\ndebug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ssh-ed25519,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,rsa-sha2-512,rsa-sha2-256,ssh-rsa\r\ndebug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc\r\ndebug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,aes256-cbc\r\ndebug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1\r\ndebug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1\r\ndebug2: compression ctos: none,zlib@openssh.com,zlib\r\ndebug2: compression stoc: none,zlib@openssh.com,zlib\r\ndebug2: languages ctos: \r\ndebug2: languages stoc: \r\ndebug2: first_kex_follows 0 \r\ndebug2: reserved 0 \r\ndebug2: peer server KEXINIT proposal\r\ndebug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1\r\ndebug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-sha2-nistp256,ssh-ed25519\r\ndebug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\r\ndebug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com\r\ndebug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1\r\ndebug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1\r\ndebug2: compression ctos: none,zlib@openssh.com\r\ndebug2: compression stoc: none,zlib@openssh.com\r\ndebug2: languages ctos: \r\ndebug2: languages stoc: \r\ndebug2: first_kex_follows 0 \r\ndebug2: reserved 0 \r\ndebug1: kex: algorithm: curve25519-sha256@libssh.org\r\ndebug1: kex: host key algorithm: ssh-ed25519\r\ndebug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none\r\ndebug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none\r\ndebug3: send packet: type 30\r\ndebug1: expecting SSH2_MSG_KEX_ECDH_REPLY\r\ndebug3: receive packet: type 31\r\ndebug1: Server host key: ssh-ed25519 SHA256:vU0x749TOS33JeDWvvXO9xCeCSR8xzJSxt3Rcsn/Ik8\r\ndebug3: hostkeys_foreach: reading file "/Users/s3w47m88/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type ED25519 in file /Users/s3w47m88/.ssh/known_hosts:10\r\ndebug3: load_hostkeys: loaded 1 keys from thewaitstaffteam.theportlandcompany.com\r\ndebug3: hostkeys_foreach: reading file "/Users/s3w47m88/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type ED25519 in file /Users/s3w47m88/.ssh/known_hosts:10\r\ndebug3: load_hostkeys: loaded 1 keys from 107.170.194.131\r\ndebug1: Host \'thewaitstaffteam.theportlandcompany.com\' is known and matches the ED25519 host key.\r\ndebug1: Found key in /Users/s3w47m88/.ssh/known_hosts:10\r\ndebug3: send packet: type 21\r\ndebug2: set_newkeys: mode 1\r\ndebug1: rekey after 134217728 blocks\r\ndebug1: SSH2_MSG_NEWKEYS sent\r\ndebug1: expecting SSH2_MSG_NEWKEYS\r\ndebug3: receive packet: type 21\r\ndebug1: SSH2_MSG_NEWKEYS received\r\ndebug2: set_newkeys: mode 0\r\ndebug1: rekey after 134217728 blocks\r\ndebug2: key: /Users/s3w47m88/.ssh/id_rsa (0x7f80f5500e60)\r\ndebug2: key: /Users/s3w47m88/.ssh/id_dsa (0x0)\r\ndebug2: key: /Users/s3w47m88/.ssh/id_ecdsa (0x0)\r\ndebug2: key: /Users/s3w47m88/.ssh/id_ed25519 (0x0)\r\ndebug3: send packet: type 5\r\ndebug3: receive packet: type 7\r\ndebug1: SSH2_MSG_EXT_INFO received\r\ndebug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>\r\ndebug3: receive packet: type 6\r\ndebug2: service_accept: ssh-userauth\r\ndebug1: SSH2_MSG_SERVICE_ACCEPT received\r\ndebug3: send packet: type 50\r\ndebug3: receive packet: type 51\r\ndebug1: Authentications that can continue: publickey\r\ndebug3: start over, passed a different list publickey\r\ndebug3: preferred gssapi-with-mic,gssapi-keyex,hostbased,publickey\r\ndebug3: authmethod_lookup publickey\r\ndebug3: remaining preferred: ,gssapi-keyex,hostbased,publickey\r\ndebug3: authmethod_is_enabled publickey\r\ndebug1: Next authentication method: publickey\r\ndebug1: Offering RSA public key: /Users/s3w47m88/.ssh/id_rsa\r\ndebug3: send_pubkey_test\r\ndebug3: send packet: type 50\r\ndebug2: we sent a publickey packet, wait for reply\r\ndebug3: receive packet: type 51\r\ndebug1: Authentications that can continue: publickey\r\ndebug1: Trying private key: /Users/s3w47m88/.ssh/id_dsa\r\ndebug3: no such identity: /Users/s3w47m88/.ssh/id_dsa: No such file or directory\r\ndebug1: Trying private key: /Users/s3w47m88/.ssh/id_ecdsa\r\ndebug3: no such identity: /Users/s3w47m88/.ssh/id_ecdsa: No such file or directory\r\ndebug1: Trying private key: /Users/s3w47m88/.ssh/id_ed25519\r\ndebug3: no such identity: /Users/s3w47m88/.ssh/id_ed25519: No such file or directory\r\ndebug2: we did not send a packet, disable method\r\ndebug1: No more authentication methods to try.\r\nPermission denied (publickey).\r\n')
  173. System info:
  174. Ansible 2.4.0.0; Darwin
  175. Trellis at "Normalize `apt` tasks"
  176. ---------------------------------------------------
  177. Failed to connect to the host via ssh: OpenSSH_7.4p1, LibreSSL 2.5.0
  178. debug1: Reading configuration data /etc/ssh/ssh_config
  179. debug1: auto-mux: Trying existing master
  180. debug1: Control socket "/Users/s3w47m88/.ansible/cp/9847e8525c" does not
  181. exist
  182. debug2: resolving "thewaitstaffteam.theportlandcompany.com" port 22
  183. debug2: ssh_connect_direct: needpriv 0
  184. debug1: Connecting to thewaitstaffteam.theportlandcompany.com
  185. [107.170.194.131] port 22.
  186. debug2: fd 5 setting O_NONBLOCK
  187. debug1: fd 5 clearing O_NONBLOCK
  188. debug1: Connection established.
  189. debug3: timeout: 9980 ms remain after connect
  190. debug1: identity file /Users/s3w47m88/.ssh/id_rsa type 1
  191. debug1: key_load_public: No such file or directory
  192. debug1: identity file /Users/s3w47m88/.ssh/id_rsa-cert type -1
  193. debug1: key_load_public: No such file or directory
  194. debug1: identity file /Users/s3w47m88/.ssh/id_dsa type -1
  195. debug1: key_load_public: No such file or directory
  196. debug1: identity file /Users/s3w47m88/.ssh/id_dsa-cert type -1
  197. debug1: key_load_public: No such file or directory
  198. debug1: identity file /Users/s3w47m88/.ssh/id_ecdsa type -1
  199. debug1: key_load_public: No such file or directory
  200. debug1: identity file /Users/s3w47m88/.ssh/id_ecdsa-cert type -1
  201. debug1: key_load_public: No such file or directory
  202. debug1: identity file /Users/s3w47m88/.ssh/id_ed25519 type -1
  203. debug1: key_load_public: No such file or directory
  204. debug1: identity file /Users/s3w47m88/.ssh/id_ed25519-cert type -1
  205. debug1: Enabling compatibility mode for protocol 2.0
  206. debug1: Local version string SSH-2.0-OpenSSH_7.4
  207. debug1: Remote protocol version 2.0, remote software version OpenSSH_7.2p2
  208. Ubuntu-4ubuntu2.2
  209. debug1: match: OpenSSH_7.2p2 Ubuntu-4ubuntu2.2 pat OpenSSH* compat 0x04000000
  210. debug2: fd 5 setting O_NONBLOCK
  211. debug1: Authenticating to thewaitstaffteam.theportlandcompany.com:22 as
  212. 'admin'
  213. debug3: hostkeys_foreach: reading file "/Users/s3w47m88/.ssh/known_hosts"
  214. debug3: record_hostkey: found key type ED25519 in file
  215. /Users/s3w47m88/.ssh/known_hosts:10
  216. debug3: load_hostkeys: loaded 1 keys from
  217. thewaitstaffteam.theportlandcompany.com
  218. debug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-
  219. ed25519-cert-v01@openssh.com,ssh-ed25519
  220. debug3: send packet: type 20
  221. debug1: SSH2_MSG_KEXINIT sent
  222. debug3: receive packet: type 20
  223. debug1: SSH2_MSG_KEXINIT received
  224. debug2: local client KEXINIT proposal
  225. debug2: KEX algorithms: curve25519-sha256,curve25519-sha256@libssh.org,ecdh-
  226. sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-
  227. exchange-sha256,diffie-hellman-group16-sha512,diffie-hellman-group18-sha512
  228. ,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha256,diffie-
  229. hellman-group14-sha1,ext-info-c
  230. debug2: host key algorithms: ssh-ed25519-cert-v01@openssh.com,ssh-ed25519
  231. ,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-
  232. sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com
  233. ,ssh-rsa-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-
  234. sha2-nistp521,rsa-sha2-512,rsa-sha2-256,ssh-rsa
  235. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes
  236. 256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,a
  237. es256-cbc
  238. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes
  239. 256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,aes128-cbc,aes192-cbc,a
  240. es256-cbc
  241. debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-
  242. sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-
  243. sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256
  244. ,hmac-sha2-512,hmac-sha1
  245. debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-
  246. sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-
  247. sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256
  248. ,hmac-sha2-512,hmac-sha1
  249. debug2: compression ctos: none,zlib@openssh.com,zlib
  250. debug2: compression stoc: none,zlib@openssh.com,zlib
  251. debug2: languages ctos:
  252. debug2: languages stoc:
  253. debug2: first_kex_follows 0
  254. debug2: reserved 0
  255. debug2: peer server KEXINIT proposal
  256. debug2: KEX algorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-
  257. sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-
  258. hellman-group14-sha1
  259. debug2: host key algorithms: ssh-rsa,rsa-sha2-512,rsa-sha2-256,ecdsa-
  260. sha2-nistp256,ssh-ed25519
  261. debug2: ciphers ctos: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes
  262. 256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  263. debug2: ciphers stoc: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes
  264. 256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com
  265. debug2: MACs ctos: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-
  266. sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-
  267. sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256
  268. ,hmac-sha2-512,hmac-sha1
  269. debug2: MACs stoc: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-
  270. sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-
  271. sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256
  272. ,hmac-sha2-512,hmac-sha1
  273. debug2: compression ctos: none,zlib@openssh.com
  274. debug2: compression stoc: none,zlib@openssh.com
  275. debug2: languages ctos:
  276. debug2: languages stoc:
  277. debug2: first_kex_follows 0
  278. debug2: reserved 0
  279. debug1: kex: algorithm: curve25519-sha256@libssh.org
  280. debug1: kex: host key algorithm: ssh-ed25519
  281. debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC:
  282. <implicit> compression: none
  283. debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC:
  284. <implicit> compression: none
  285. debug3: send packet: type 30
  286. debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
  287. debug3: receive packet: type 31
  288. debug1: Server host key: ssh-ed25519
  289. SHA256:vU0x749TOS33JeDWvvXO9xCeCSR8xzJSxt3Rcsn/Ik8
  290. debug3: hostkeys_foreach: reading file "/Users/s3w47m88/.ssh/known_hosts"
  291. debug3: record_hostkey: found key type ED25519 in file
  292. /Users/s3w47m88/.ssh/known_hosts:10
  293. debug3: load_hostkeys: loaded 1 keys from
  294. thewaitstaffteam.theportlandcompany.com
  295. debug3: hostkeys_foreach: reading file "/Users/s3w47m88/.ssh/known_hosts"
  296. debug3: record_hostkey: found key type ED25519 in file
  297. /Users/s3w47m88/.ssh/known_hosts:10
  298. debug3: load_hostkeys: loaded 1 keys from 107.170.194.131
  299. debug1: Host 'thewaitstaffteam.theportlandcompany.com' is known and matches
  300. the ED25519 host key.
  301. debug1: Found key in /Users/s3w47m88/.ssh/known_hosts:10
  302. debug3: send packet: type 21
  303. debug2: set_newkeys: mode 1
  304. debug1: rekey after 134217728 blocks
  305. debug1: SSH2_MSG_NEWKEYS sent
  306. debug1: expecting SSH2_MSG_NEWKEYS
  307. debug3: receive packet: type 21
  308. debug1: SSH2_MSG_NEWKEYS received
  309. debug2: set_newkeys: mode 0
  310. debug1: rekey after 134217728 blocks
  311. debug2: key: /Users/s3w47m88/.ssh/id_rsa (0x7f80f5500e60)
  312. debug2: key: /Users/s3w47m88/.ssh/id_dsa (0x0)
  313. debug2: key: /Users/s3w47m88/.ssh/id_ecdsa (0x0)
  314. debug2: key: /Users/s3w47m88/.ssh/id_ed25519 (0x0)
  315. debug3: send packet: type 5
  316. debug3: receive packet: type 7
  317. debug1: SSH2_MSG_EXT_INFO received
  318. debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
  319. debug3: receive packet: type 6
  320. debug2: service_accept: ssh-userauth
  321. debug1: SSH2_MSG_SERVICE_ACCEPT received
  322. debug3: send packet: type 50
  323. debug3: receive packet: type 51
  324. debug1: Authentications that can continue: publickey
  325. debug3: start over, passed a different list publickey
  326. debug3: preferred gssapi-with-mic,gssapi-keyex,hostbased,publickey
  327. debug3: authmethod_lookup publickey
  328. debug3: remaining preferred: ,gssapi-keyex,hostbased,publickey
  329. debug3: authmethod_is_enabled publickey
  330. debug1: Next authentication method: publickey
  331. debug1: Offering RSA public key: /Users/s3w47m88/.ssh/id_rsa
  332. debug3: send_pubkey_test
  333. debug3: send packet: type 50
  334. debug2: we sent a publickey packet, wait for reply
  335. debug3: receive packet: type 51
  336. debug1: Authentications that can continue: publickey
  337. debug1: Trying private key: /Users/s3w47m88/.ssh/id_dsa
  338. debug3: no such identity: /Users/s3w47m88/.ssh/id_dsa: No such file or
  339. directory
  340. debug1: Trying private key: /Users/s3w47m88/.ssh/id_ecdsa
  341. debug3: no such identity: /Users/s3w47m88/.ssh/id_ecdsa: No such file or
  342. directory
  343. debug1: Trying private key: /Users/s3w47m88/.ssh/id_ed25519
  344. debug3: no such identity: /Users/s3w47m88/.ssh/id_ed25519: No such file or
  345. directory
  346. debug2: we did not send a packet, disable method
  347. debug1: No more authentication methods to try.
  348. Permission denied (publickey).
  349.  
  350. fatal: [thewaitstaffteam.theportlandcompany.com]: UNREACHABLE! => {
  351. "changed": false,
  352. "unreachable": true
  353. }
  354. to retry, use: --limit @/Users/s3w47m88/Sites/thewaitstaffteam.com/trellis/server.retry
  355.  
  356. PLAY RECAP *****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
  357. localhost : ok=0 changed=0 unreachable=0 failed=0
  358. thewaitstaffteam.theportlandcompany.com : ok=4 changed=0 unreachable=1 failed=0
  359.  
  360. ➜ trellis git:(master) ✗
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement