Advertisement
Guest User

ansible_k

a guest
Apr 10th, 2018
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.53 KB | None | 0 0
  1. ecb@ecbpython:~/ansible_ecb/cambium-e500$ ansible-playbook site.yml -vvvv
  2. ansible-playbook 2.5.0
  3. config file = /etc/ansible/ansible.cfg
  4. configured module search path = [u'/home/ecb/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules']
  5. ansible python module location = /usr/lib/python2.7/dist-packages/ansible
  6. executable location = /usr/bin/ansible-playbook
  7. python version = 2.7.12 (default, Dec 4 2017, 14:50:18) [GCC 5.4.0 20160609]
  8. Using /etc/ansible/ansible.cfg as config file
  9. setting up inventory plugins
  10. Parsed /etc/ansible/hosts inventory source with ini plugin
  11. Loading callback plugin default of type stdout, v2.0 from /usr/lib/python2.7/dist-packages/ansible/plugins/callback/default.pyc
  12.  
  13. PLAYBOOK: site.yml *******************************************************************************************************
  14. 1 plays in site.yml
  15.  
  16. PLAY [Generate config files] *********************************************************************************************
  17.  
  18. TASK [Gathering Facts] ***************************************************************************************************
  19. task path: /home/ecb/ansible_ecb/cambium-e500/site.yml:2
  20. Using module file /usr/lib/python2.7/dist-packages/ansible/modules/system/setup.py
  21. <192.168.140.13> ESTABLISH SSH CONNECTION FOR USER: admin
  22. <192.168.140.13> SSH: EXEC sshpass -d12 ssh -vvv -o ControlMaster=no -o ControlPersist=no -o StrictHostKeyChecking=no -o User=admin -o ConnectTimeout=10 -o ControlPath=/home/ecb/.ansible/cp/367b2b95cf 192.168.140.13 '/bin/bash -c '"'"'echo ~ && sleep 0'"'"''
  23. <192.168.140.13> (0, '', 'OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: Applying options for *\r\ndebug1: Control socket "/home/ecb/.ansible/cp/367b2b95cf" does not exist\r\ndebug2: resolving "192.168.140.13" port 22\r\ndebug2: ssh_connect_direct: needpriv 0\r\ndebug1: Connecting to 192.168.140.13 [192.168.140.13] port 22.\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug1: fd 3 clearing O_NONBLOCK\r\ndebug1: Connection established.\r\ndebug3: timeout: 10000 ms remain after connect\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_rsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_rsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_dsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_dsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_ecdsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_ecdsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_ed25519 type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.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.2p2 Ubuntu-4ubuntu2.4\r\ndebug1: Remote protocol version 2.0, remote software version dropbear_2014.63\r\ndebug1: no match: dropbear_2014.63\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug1: Authenticating to 192.168.140.13:22 as \'admin\'\r\ndebug3: hostkeys_foreach: reading file "/home/ecb/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type RSA in file /home/ecb/.ssh/known_hosts:1\r\ndebug3: load_hostkeys: loaded 1 keys from 192.168.140.13\r\ndebug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-rsa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa\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@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,ext-info-c\r\ndebug2: host key algorithms: ssh-rsa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519\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,3des-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,3des-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-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,kexguess2@matt.ucc.asn.au\r\ndebug2: host key algorithms: ssh-rsa,ssh-dss\r\ndebug2: ciphers ctos: aes128-ctr,3des-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc\r\ndebug2: ciphers stoc: aes128-ctr,3des-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc\r\ndebug2: MACs ctos: hmac-sha1-96,hmac-sha1,hmac-md5\r\ndebug2: MACs stoc: hmac-sha1-96,hmac-sha1,hmac-md5\r\ndebug2: compression ctos: none\r\ndebug2: compression stoc: none\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-rsa\r\ndebug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha1 compression: none\r\ndebug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha1 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-rsa SHA256:ppFIUf7IIOv1vjNLQqujHSo4Yf0czV9594agY/7KPG4\r\ndebug3: hostkeys_foreach: reading file "/home/ecb/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type RSA in file /home/ecb/.ssh/known_hosts:1\r\ndebug3: load_hostkeys: loaded 1 keys from 192.168.140.13\r\ndebug1: Host \'192.168.140.13\' is known and matches the RSA host key.\r\ndebug1: Found key in /home/ecb/.ssh/known_hosts:1\r\ndebug3: send packet: type 21\r\ndebug2: set_newkeys: mode 1\r\ndebug1: rekey after 4294967296 blocks\r\ndebug1: SSH2_MSG_NEWKEYS sent\r\ndebug1: expecting SSH2_MSG_NEWKEYS\r\ndebug3: receive packet: type 21\r\ndebug2: set_newkeys: mode 0\r\ndebug1: rekey after 4294967296 blocks\r\ndebug1: SSH2_MSG_NEWKEYS received\r\ndebug2: key: /home/ecb/.ssh/id_rsa ((nil))\r\ndebug2: key: /home/ecb/.ssh/id_dsa ((nil))\r\ndebug2: key: /home/ecb/.ssh/id_ecdsa ((nil))\r\ndebug2: key: /home/ecb/.ssh/id_ed25519 ((nil))\r\ndebug3: send packet: type 5\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,password\r\ndebug3: start over, passed a different list publickey,password\r\ndebug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password\r\ndebug3: authmethod_lookup publickey\r\ndebug3: remaining preferred: keyboard-interactive,password\r\ndebug3: authmethod_is_enabled publickey\r\ndebug1: Next authentication method: publickey\r\ndebug1: Trying private key: /home/ecb/.ssh/id_rsa\r\ndebug3: no such identity: /home/ecb/.ssh/id_rsa: No such file or directory\r\ndebug1: Trying private key: /home/ecb/.ssh/id_dsa\r\ndebug3: no such identity: /home/ecb/.ssh/id_dsa: No such file or directory\r\ndebug1: Trying private key: /home/ecb/.ssh/id_ecdsa\r\ndebug3: no such identity: /home/ecb/.ssh/id_ecdsa: No such file or directory\r\ndebug1: Trying private key: /home/ecb/.ssh/id_ed25519\r\ndebug3: no such identity: /home/ecb/.ssh/id_ed25519: No such file or directory\r\ndebug2: we did not send a packet, disable method\r\ndebug3: authmethod_lookup password\r\ndebug3: remaining preferred: ,password\r\ndebug3: authmethod_is_enabled password\r\ndebug1: Next authentication method: password\r\ndebug3: send packet: type 50\r\ndebug2: we sent a password packet, wait for reply\r\ndebug3: receive packet: type 52\r\ndebug1: Authentication succeeded (password).\r\nAuthenticated to 192.168.140.13 ([192.168.140.13]:22).\r\ndebug2: fd 5 setting O_NONBLOCK\r\ndebug2: fd 6 setting O_NONBLOCK\r\ndebug1: channel 0: new [client-session]\r\ndebug3: ssh_session2_open: channel_new: 0\r\ndebug2: channel 0: send open\r\ndebug3: send packet: type 90\r\ndebug1: Entering interactive session.\r\ndebug1: pledge: network\r\ndebug3: receive packet: type 91\r\ndebug2: callback start\r\ndebug2: fd 3 setting TCP_NODELAY\r\ndebug3: ssh_packet_set_tos: set IP_TOS 0x08\r\ndebug2: client_session2_setup: id 0\r\ndebug1: Sending environment.\r\ndebug3: Ignored env XDG_VTNR\r\ndebug3: Ignored env SSH_AGENT_PID\r\ndebug3: Ignored env XDG_SESSION_ID\r\ndebug3: Ignored env CLUTTER_IM_MODULE\r\ndebug3: Ignored env XDG_GREETER_DATA_DIR\r\ndebug3: Ignored env ANSIBLE_HOST_KEY_CHECKING\r\ndebug3: Ignored env SESSION\r\ndebug3: Ignored env GPG_AGENT_INFO\r\ndebug3: Ignored env SHELL\r\ndebug3: Ignored env XDG_MENU_PREFIX\r\ndebug3: Ignored env VTE_VERSION\r\ndebug3: Ignored env TERM\r\ndebug3: Ignored env QT_LINUX_ACCESSIBILITY_ALWAYS_ON\r\ndebug3: Ignored env WINDOWID\r\ndebug3: Ignored env OLDPWD\r\ndebug3: Ignored env GNOME_KEYRING_CONTROL\r\ndebug3: Ignored env UPSTART_SESSION\r\ndebug3: Ignored env GTK_MODULES\r\ndebug3: Ignored env USER\r\ndebug3: Ignored env QT_ACCESSIBILITY\r\ndebug3: Ignored env LS_COLORS\r\ndebug3: Ignored env XDG_SESSION_PATH\r\ndebug3: Ignored env UNITY_HAS_3D_SUPPORT\r\ndebug3: Ignored env XDG_SEAT_PATH\r\ndebug3: Ignored env SSH_AUTH_SOCK\r\ndebug3: Ignored env SESSION_MANAGER\r\ndebug3: Ignored env DEFAULTS_PATH\r\ndebug3: Ignored env UNITY_DEFAULT_PROFILE\r\ndebug3: Ignored env XDG_CONFIG_DIRS\r\ndebug3: Ignored env PATH\r\ndebug3: Ignored env DESKTOP_SESSION\r\ndebug3: Ignored env QT_QPA_PLATFORMTHEME\r\ndebug3: Ignored env QT_IM_MODULE\r\ndebug3: Ignored env JOB\r\ndebug3: Ignored env PWD\r\ndebug3: Ignored env XDG_SESSION_TYPE\r\ndebug3: Ignored env XMODIFIERS\r\ndebug1: Sending env LANG = en_US.UTF-8\r\ndebug2: channel 0: request env confirm 0\r\ndebug3: send packet: type 98\r\ndebug3: Ignored env GNOME_KEYRING_PID\r\ndebug3: Ignored env MANDATORY_PATH\r\ndebug3: Ignored env GDM_LANG\r\ndebug3: Ignored env IM_CONFIG_PHASE\r\ndebug3: Ignored env COMPIZ_CONFIG_PROFILE\r\ndebug3: Ignored env GDMSESSION\r\ndebug3: Ignored env GTK2_MODULES\r\ndebug3: Ignored env SESSIONTYPE\r\ndebug3: Ignored env XDG_SEAT\r\ndebug3: Ignored env HOME\r\ndebug3: Ignored env SHLVL\r\ndebug3: Ignored env LANGUAGE\r\ndebug3: Ignored env GNOME_DESKTOP_SESSION_ID\r\ndebug3: Ignored env UPSTART_INSTANCE\r\ndebug3: Ignored env LOGNAME\r\ndebug3: Ignored env XDG_SESSION_DESKTOP\r\ndebug3: Ignored env UPSTART_EVENTS\r\ndebug3: Ignored env COMPIZ_BIN_PATH\r\ndebug3: Ignored env QT4_IM_MODULE\r\ndebug3: Ignored env XDG_DATA_DIRS\r\ndebug3: Ignored env DBUS_SESSION_BUS_ADDRESS\r\ndebug3: Ignored env LESSOPEN\r\ndebug3: Ignored env UPSTART_JOB\r\ndebug3: Ignored env INSTANCE\r\ndebug3: Ignored env DISPLAY\r\ndebug3: Ignored env XDG_RUNTIME_DIR\r\ndebug3: Ignored env GTK_IM_MODULE\r\ndebug3: Ignored env XDG_CURRENT_DESKTOP\r\ndebug3: Ignored env LESSCLOSE\r\ndebug3: Ignored env XAUTHORITY\r\ndebug3: Ignored env _\r\ndebug1: Sending command: /bin/bash -c \'echo ~ && sleep 0\'\r\ndebug2: channel 0: request exec confirm 1\r\ndebug3: send packet: type 98\r\ndebug2: callback done\r\ndebug2: channel 0: open confirm rwindow 24576 rmax 32768\r\ndebug3: receive packet: type 99\r\ndebug2: channel_input_status_confirm: type 99 id 0\r\ndebug2: exec request accepted on channel 0\r\ndebug3: receive packet: type 96\r\ndebug2: channel 0: rcvd eof\r\ndebug2: channel 0: output open -> drain\r\ndebug2: channel 0: obuf empty\r\ndebug2: channel 0: close_write\r\ndebug2: channel 0: output drain -> closed\r\ndebug3: receive packet: type 98\r\ndebug1: client_input_channel_req: channel 0 rtype exit-status reply 0\r\ndebug3: receive packet: type 97\r\ndebug2: channel 0: rcvd close\r\ndebug2: channel 0: close_read\r\ndebug2: channel 0: input open -> closed\r\ndebug3: channel 0: will not send data after close\r\ndebug2: channel 0: almost dead\r\ndebug2: channel 0: gc: notify user\r\ndebug2: channel 0: gc: user detached\r\ndebug2: channel 0: send close\r\ndebug3: send packet: type 97\r\ndebug2: channel 0: is dead\r\ndebug2: channel 0: garbage collecting\r\ndebug1: channel 0: free: client-session, nchannels 1\r\ndebug3: channel 0: status: The following connections are open:\r\n #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1)\r\n\r\ndebug3: send packet: type 1\r\ndebug1: fd 1 clearing O_NONBLOCK\r\ndebug1: fd 2 clearing O_NONBLOCK\r\nTransferred: sent 1832, received 1376 bytes, in 0.1 seconds\r\nBytes per second: sent 21591.8, received 16217.4\r\ndebug1: Exit status 0\r\n')
  24. <192.168.140.13> ESTABLISH SSH CONNECTION FOR USER: admin
  25. <192.168.140.13> SSH: EXEC sshpass -d12 ssh -vvv -o ControlMaster=no -o ControlPersist=no -o StrictHostKeyChecking=no -o User=admin -o ConnectTimeout=10 -o ControlPath=/home/ecb/.ansible/cp/367b2b95cf 192.168.140.13 '/bin/bash -c '"'"'echo "`pwd`" && sleep 0'"'"''
  26. <192.168.140.13> (0, '', 'OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: Applying options for *\r\ndebug1: Control socket "/home/ecb/.ansible/cp/367b2b95cf" does not exist\r\ndebug2: resolving "192.168.140.13" port 22\r\ndebug2: ssh_connect_direct: needpriv 0\r\ndebug1: Connecting to 192.168.140.13 [192.168.140.13] port 22.\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug1: fd 3 clearing O_NONBLOCK\r\ndebug1: Connection established.\r\ndebug3: timeout: 10000 ms remain after connect\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_rsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_rsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_dsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_dsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_ecdsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_ecdsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_ed25519 type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.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.2p2 Ubuntu-4ubuntu2.4\r\ndebug1: Remote protocol version 2.0, remote software version dropbear_2014.63\r\ndebug1: no match: dropbear_2014.63\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug1: Authenticating to 192.168.140.13:22 as \'admin\'\r\ndebug3: hostkeys_foreach: reading file "/home/ecb/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type RSA in file /home/ecb/.ssh/known_hosts:1\r\ndebug3: load_hostkeys: loaded 1 keys from 192.168.140.13\r\ndebug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-rsa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa\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@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,ext-info-c\r\ndebug2: host key algorithms: ssh-rsa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519\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,3des-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,3des-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-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,kexguess2@matt.ucc.asn.au\r\ndebug2: host key algorithms: ssh-rsa,ssh-dss\r\ndebug2: ciphers ctos: aes128-ctr,3des-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc\r\ndebug2: ciphers stoc: aes128-ctr,3des-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc\r\ndebug2: MACs ctos: hmac-sha1-96,hmac-sha1,hmac-md5\r\ndebug2: MACs stoc: hmac-sha1-96,hmac-sha1,hmac-md5\r\ndebug2: compression ctos: none\r\ndebug2: compression stoc: none\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-rsa\r\ndebug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha1 compression: none\r\ndebug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha1 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-rsa SHA256:ppFIUf7IIOv1vjNLQqujHSo4Yf0czV9594agY/7KPG4\r\ndebug3: hostkeys_foreach: reading file "/home/ecb/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type RSA in file /home/ecb/.ssh/known_hosts:1\r\ndebug3: load_hostkeys: loaded 1 keys from 192.168.140.13\r\ndebug1: Host \'192.168.140.13\' is known and matches the RSA host key.\r\ndebug1: Found key in /home/ecb/.ssh/known_hosts:1\r\ndebug3: send packet: type 21\r\ndebug2: set_newkeys: mode 1\r\ndebug1: rekey after 4294967296 blocks\r\ndebug1: SSH2_MSG_NEWKEYS sent\r\ndebug1: expecting SSH2_MSG_NEWKEYS\r\ndebug3: receive packet: type 21\r\ndebug2: set_newkeys: mode 0\r\ndebug1: rekey after 4294967296 blocks\r\ndebug1: SSH2_MSG_NEWKEYS received\r\ndebug2: key: /home/ecb/.ssh/id_rsa ((nil))\r\ndebug2: key: /home/ecb/.ssh/id_dsa ((nil))\r\ndebug2: key: /home/ecb/.ssh/id_ecdsa ((nil))\r\ndebug2: key: /home/ecb/.ssh/id_ed25519 ((nil))\r\ndebug3: send packet: type 5\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,password\r\ndebug3: start over, passed a different list publickey,password\r\ndebug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password\r\ndebug3: authmethod_lookup publickey\r\ndebug3: remaining preferred: keyboard-interactive,password\r\ndebug3: authmethod_is_enabled publickey\r\ndebug1: Next authentication method: publickey\r\ndebug1: Trying private key: /home/ecb/.ssh/id_rsa\r\ndebug3: no such identity: /home/ecb/.ssh/id_rsa: No such file or directory\r\ndebug1: Trying private key: /home/ecb/.ssh/id_dsa\r\ndebug3: no such identity: /home/ecb/.ssh/id_dsa: No such file or directory\r\ndebug1: Trying private key: /home/ecb/.ssh/id_ecdsa\r\ndebug3: no such identity: /home/ecb/.ssh/id_ecdsa: No such file or directory\r\ndebug1: Trying private key: /home/ecb/.ssh/id_ed25519\r\ndebug3: no such identity: /home/ecb/.ssh/id_ed25519: No such file or directory\r\ndebug2: we did not send a packet, disable method\r\ndebug3: authmethod_lookup password\r\ndebug3: remaining preferred: ,password\r\ndebug3: authmethod_is_enabled password\r\ndebug1: Next authentication method: password\r\ndebug3: send packet: type 50\r\ndebug2: we sent a password packet, wait for reply\r\ndebug3: receive packet: type 52\r\ndebug1: Authentication succeeded (password).\r\nAuthenticated to 192.168.140.13 ([192.168.140.13]:22).\r\ndebug2: fd 5 setting O_NONBLOCK\r\ndebug2: fd 6 setting O_NONBLOCK\r\ndebug1: channel 0: new [client-session]\r\ndebug3: ssh_session2_open: channel_new: 0\r\ndebug2: channel 0: send open\r\ndebug3: send packet: type 90\r\ndebug1: Entering interactive session.\r\ndebug1: pledge: network\r\ndebug3: receive packet: type 91\r\ndebug2: callback start\r\ndebug2: fd 3 setting TCP_NODELAY\r\ndebug3: ssh_packet_set_tos: set IP_TOS 0x08\r\ndebug2: client_session2_setup: id 0\r\ndebug1: Sending environment.\r\ndebug3: Ignored env XDG_VTNR\r\ndebug3: Ignored env SSH_AGENT_PID\r\ndebug3: Ignored env XDG_SESSION_ID\r\ndebug3: Ignored env CLUTTER_IM_MODULE\r\ndebug3: Ignored env XDG_GREETER_DATA_DIR\r\ndebug3: Ignored env ANSIBLE_HOST_KEY_CHECKING\r\ndebug3: Ignored env SESSION\r\ndebug3: Ignored env GPG_AGENT_INFO\r\ndebug3: Ignored env SHELL\r\ndebug3: Ignored env XDG_MENU_PREFIX\r\ndebug3: Ignored env VTE_VERSION\r\ndebug3: Ignored env TERM\r\ndebug3: Ignored env QT_LINUX_ACCESSIBILITY_ALWAYS_ON\r\ndebug3: Ignored env WINDOWID\r\ndebug3: Ignored env OLDPWD\r\ndebug3: Ignored env GNOME_KEYRING_CONTROL\r\ndebug3: Ignored env UPSTART_SESSION\r\ndebug3: Ignored env GTK_MODULES\r\ndebug3: Ignored env USER\r\ndebug3: Ignored env QT_ACCESSIBILITY\r\ndebug3: Ignored env LS_COLORS\r\ndebug3: Ignored env XDG_SESSION_PATH\r\ndebug3: Ignored env UNITY_HAS_3D_SUPPORT\r\ndebug3: Ignored env XDG_SEAT_PATH\r\ndebug3: Ignored env SSH_AUTH_SOCK\r\ndebug3: Ignored env SESSION_MANAGER\r\ndebug3: Ignored env DEFAULTS_PATH\r\ndebug3: Ignored env UNITY_DEFAULT_PROFILE\r\ndebug3: Ignored env XDG_CONFIG_DIRS\r\ndebug3: Ignored env PATH\r\ndebug3: Ignored env DESKTOP_SESSION\r\ndebug3: Ignored env QT_QPA_PLATFORMTHEME\r\ndebug3: Ignored env QT_IM_MODULE\r\ndebug3: Ignored env JOB\r\ndebug3: Ignored env PWD\r\ndebug3: Ignored env XDG_SESSION_TYPE\r\ndebug3: Ignored env XMODIFIERS\r\ndebug1: Sending env LANG = en_US.UTF-8\r\ndebug2: channel 0: request env confirm 0\r\ndebug3: send packet: type 98\r\ndebug3: Ignored env GNOME_KEYRING_PID\r\ndebug3: Ignored env MANDATORY_PATH\r\ndebug3: Ignored env GDM_LANG\r\ndebug3: Ignored env IM_CONFIG_PHASE\r\ndebug3: Ignored env COMPIZ_CONFIG_PROFILE\r\ndebug3: Ignored env GDMSESSION\r\ndebug3: Ignored env GTK2_MODULES\r\ndebug3: Ignored env SESSIONTYPE\r\ndebug3: Ignored env XDG_SEAT\r\ndebug3: Ignored env HOME\r\ndebug3: Ignored env SHLVL\r\ndebug3: Ignored env LANGUAGE\r\ndebug3: Ignored env GNOME_DESKTOP_SESSION_ID\r\ndebug3: Ignored env UPSTART_INSTANCE\r\ndebug3: Ignored env LOGNAME\r\ndebug3: Ignored env XDG_SESSION_DESKTOP\r\ndebug3: Ignored env UPSTART_EVENTS\r\ndebug3: Ignored env COMPIZ_BIN_PATH\r\ndebug3: Ignored env QT4_IM_MODULE\r\ndebug3: Ignored env XDG_DATA_DIRS\r\ndebug3: Ignored env DBUS_SESSION_BUS_ADDRESS\r\ndebug3: Ignored env LESSOPEN\r\ndebug3: Ignored env UPSTART_JOB\r\ndebug3: Ignored env INSTANCE\r\ndebug3: Ignored env DISPLAY\r\ndebug3: Ignored env XDG_RUNTIME_DIR\r\ndebug3: Ignored env GTK_IM_MODULE\r\ndebug3: Ignored env XDG_CURRENT_DESKTOP\r\ndebug3: Ignored env LESSCLOSE\r\ndebug3: Ignored env XAUTHORITY\r\ndebug3: Ignored env _\r\ndebug1: Sending command: /bin/bash -c \'echo "`pwd`" && sleep 0\'\r\ndebug2: channel 0: request exec confirm 1\r\ndebug3: send packet: type 98\r\ndebug2: callback done\r\ndebug2: channel 0: open confirm rwindow 24576 rmax 32768\r\ndebug3: receive packet: type 99\r\ndebug2: channel_input_status_confirm: type 99 id 0\r\ndebug2: exec request accepted on channel 0\r\ndebug3: receive packet: type 96\r\ndebug2: channel 0: rcvd eof\r\ndebug2: channel 0: output open -> drain\r\ndebug2: channel 0: obuf empty\r\ndebug2: channel 0: close_write\r\ndebug2: channel 0: output drain -> closed\r\ndebug3: receive packet: type 98\r\ndebug1: client_input_channel_req: channel 0 rtype exit-status reply 0\r\ndebug3: receive packet: type 97\r\ndebug2: channel 0: rcvd close\r\ndebug2: channel 0: close_read\r\ndebug2: channel 0: input open -> closed\r\ndebug3: channel 0: will not send data after close\r\ndebug2: channel 0: almost dead\r\ndebug2: channel 0: gc: notify user\r\ndebug2: channel 0: gc: user detached\r\ndebug2: channel 0: send close\r\ndebug3: send packet: type 97\r\ndebug2: channel 0: is dead\r\ndebug2: channel 0: garbage collecting\r\ndebug1: channel 0: free: client-session, nchannels 1\r\ndebug3: channel 0: status: The following connections are open:\r\n #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1)\r\n\r\ndebug3: send packet: type 1\r\ndebug1: fd 1 clearing O_NONBLOCK\r\ndebug1: fd 2 clearing O_NONBLOCK\r\nTransferred: sent 1848, received 1376 bytes, in 0.1 seconds\r\nBytes per second: sent 25663.4, received 19108.7\r\ndebug1: Exit status 0\r\n')
  27. <192.168.140.13> ESTABLISH SSH CONNECTION FOR USER: admin
  28. <192.168.140.13> SSH: EXEC sshpass -d12 ssh -vvv -o ControlMaster=no -o ControlPersist=no -o StrictHostKeyChecking=no -o User=admin -o ConnectTimeout=10 -o ControlPath=/home/ecb/.ansible/cp/367b2b95cf 192.168.140.13 '/bin/bash -c '"'"'( umask 77 && mkdir -p "` echo ~/.ansible/remote_tmp/ansible-tmp-1523389480.44-92621880607010 `" && echo ansible-tmp-1523389480.44-92621880607010="` echo ~/.ansible/remote_tmp/ansible-tmp-1523389480.44-92621880607010 `" ) && sleep 0'"'"''
  29. <192.168.140.13> (0, '', 'OpenSSH_7.2p2 Ubuntu-4ubuntu2.4, OpenSSL 1.0.2g 1 Mar 2016\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 19: Applying options for *\r\ndebug1: Control socket "/home/ecb/.ansible/cp/367b2b95cf" does not exist\r\ndebug2: resolving "192.168.140.13" port 22\r\ndebug2: ssh_connect_direct: needpriv 0\r\ndebug1: Connecting to 192.168.140.13 [192.168.140.13] port 22.\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug1: fd 3 clearing O_NONBLOCK\r\ndebug1: Connection established.\r\ndebug3: timeout: 10000 ms remain after connect\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_rsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_rsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_dsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_dsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_ecdsa type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_ecdsa-cert type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.ssh/id_ed25519 type -1\r\ndebug1: key_load_public: No such file or directory\r\ndebug1: identity file /home/ecb/.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.2p2 Ubuntu-4ubuntu2.4\r\ndebug1: Remote protocol version 2.0, remote software version dropbear_2014.63\r\ndebug1: no match: dropbear_2014.63\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug1: Authenticating to 192.168.140.13:22 as \'admin\'\r\ndebug3: hostkeys_foreach: reading file "/home/ecb/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type RSA in file /home/ecb/.ssh/known_hosts:1\r\ndebug3: load_hostkeys: loaded 1 keys from 192.168.140.13\r\ndebug3: order_hostkeyalgs: prefer hostkeyalgs: ssh-rsa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa\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@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp521,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1,ext-info-c\r\ndebug2: host key algorithms: ssh-rsa-cert-v01@openssh.com,rsa-sha2-512,rsa-sha2-256,ssh-rsa,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01@openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519\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,3des-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,3des-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-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group1-sha1,diffie-hellman-group14-sha1,kexguess2@matt.ucc.asn.au\r\ndebug2: host key algorithms: ssh-rsa,ssh-dss\r\ndebug2: ciphers ctos: aes128-ctr,3des-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc\r\ndebug2: ciphers stoc: aes128-ctr,3des-ctr,aes256-ctr,aes128-cbc,3des-cbc,aes256-cbc,twofish256-cbc,twofish-cbc,twofish128-cbc\r\ndebug2: MACs ctos: hmac-sha1-96,hmac-sha1,hmac-md5\r\ndebug2: MACs stoc: hmac-sha1-96,hmac-sha1,hmac-md5\r\ndebug2: compression ctos: none\r\ndebug2: compression stoc: none\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-rsa\r\ndebug1: kex: server->client cipher: aes128-ctr MAC: hmac-sha1 compression: none\r\ndebug1: kex: client->server cipher: aes128-ctr MAC: hmac-sha1 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-rsa SHA256:ppFIUf7IIOv1vjNLQqujHSo4Yf0czV9594agY/7KPG4\r\ndebug3: hostkeys_foreach: reading file "/home/ecb/.ssh/known_hosts"\r\ndebug3: record_hostkey: found key type RSA in file /home/ecb/.ssh/known_hosts:1\r\ndebug3: load_hostkeys: loaded 1 keys from 192.168.140.13\r\ndebug1: Host \'192.168.140.13\' is known and matches the RSA host key.\r\ndebug1: Found key in /home/ecb/.ssh/known_hosts:1\r\ndebug3: send packet: type 21\r\ndebug2: set_newkeys: mode 1\r\ndebug1: rekey after 4294967296 blocks\r\ndebug1: SSH2_MSG_NEWKEYS sent\r\ndebug1: expecting SSH2_MSG_NEWKEYS\r\ndebug3: receive packet: type 21\r\ndebug2: set_newkeys: mode 0\r\ndebug1: rekey after 4294967296 blocks\r\ndebug1: SSH2_MSG_NEWKEYS received\r\ndebug2: key: /home/ecb/.ssh/id_rsa ((nil))\r\ndebug2: key: /home/ecb/.ssh/id_dsa ((nil))\r\ndebug2: key: /home/ecb/.ssh/id_ecdsa ((nil))\r\ndebug2: key: /home/ecb/.ssh/id_ed25519 ((nil))\r\ndebug3: send packet: type 5\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,password\r\ndebug3: start over, passed a different list publickey,password\r\ndebug3: preferred gssapi-keyex,gssapi-with-mic,publickey,keyboard-interactive,password\r\ndebug3: authmethod_lookup publickey\r\ndebug3: remaining preferred: keyboard-interactive,password\r\ndebug3: authmethod_is_enabled publickey\r\ndebug1: Next authentication method: publickey\r\ndebug1: Trying private key: /home/ecb/.ssh/id_rsa\r\ndebug3: no such identity: /home/ecb/.ssh/id_rsa: No such file or directory\r\ndebug1: Trying private key: /home/ecb/.ssh/id_dsa\r\ndebug3: no such identity: /home/ecb/.ssh/id_dsa: No such file or directory\r\ndebug1: Trying private key: /home/ecb/.ssh/id_ecdsa\r\ndebug3: no such identity: /home/ecb/.ssh/id_ecdsa: No such file or directory\r\ndebug1: Trying private key: /home/ecb/.ssh/id_ed25519\r\ndebug3: no such identity: /home/ecb/.ssh/id_ed25519: No such file or directory\r\ndebug2: we did not send a packet, disable method\r\ndebug3: authmethod_lookup password\r\ndebug3: remaining preferred: ,password\r\ndebug3: authmethod_is_enabled password\r\ndebug1: Next authentication method: password\r\ndebug3: send packet: type 50\r\ndebug2: we sent a password packet, wait for reply\r\ndebug3: receive packet: type 52\r\ndebug1: Authentication succeeded (password).\r\nAuthenticated to 192.168.140.13 ([192.168.140.13]:22).\r\ndebug2: fd 5 setting O_NONBLOCK\r\ndebug2: fd 6 setting O_NONBLOCK\r\ndebug1: channel 0: new [client-session]\r\ndebug3: ssh_session2_open: channel_new: 0\r\ndebug2: channel 0: send open\r\ndebug3: send packet: type 90\r\ndebug1: Entering interactive session.\r\ndebug1: pledge: network\r\ndebug3: receive packet: type 91\r\ndebug2: callback start\r\ndebug2: fd 3 setting TCP_NODELAY\r\ndebug3: ssh_packet_set_tos: set IP_TOS 0x08\r\ndebug2: client_session2_setup: id 0\r\ndebug1: Sending environment.\r\ndebug3: Ignored env XDG_VTNR\r\ndebug3: Ignored env SSH_AGENT_PID\r\ndebug3: Ignored env XDG_SESSION_ID\r\ndebug3: Ignored env CLUTTER_IM_MODULE\r\ndebug3: Ignored env XDG_GREETER_DATA_DIR\r\ndebug3: Ignored env ANSIBLE_HOST_KEY_CHECKING\r\ndebug3: Ignored env SESSION\r\ndebug3: Ignored env GPG_AGENT_INFO\r\ndebug3: Ignored env SHELL\r\ndebug3: Ignored env XDG_MENU_PREFIX\r\ndebug3: Ignored env VTE_VERSION\r\ndebug3: Ignored env TERM\r\ndebug3: Ignored env QT_LINUX_ACCESSIBILITY_ALWAYS_ON\r\ndebug3: Ignored env WINDOWID\r\ndebug3: Ignored env OLDPWD\r\ndebug3: Ignored env GNOME_KEYRING_CONTROL\r\ndebug3: Ignored env UPSTART_SESSION\r\ndebug3: Ignored env GTK_MODULES\r\ndebug3: Ignored env USER\r\ndebug3: Ignored env QT_ACCESSIBILITY\r\ndebug3: Ignored env LS_COLORS\r\ndebug3: Ignored env XDG_SESSION_PATH\r\ndebug3: Ignored env UNITY_HAS_3D_SUPPORT\r\ndebug3: Ignored env XDG_SEAT_PATH\r\ndebug3: Ignored env SSH_AUTH_SOCK\r\ndebug3: Ignored env SESSION_MANAGER\r\ndebug3: Ignored env DEFAULTS_PATH\r\ndebug3: Ignored env UNITY_DEFAULT_PROFILE\r\ndebug3: Ignored env XDG_CONFIG_DIRS\r\ndebug3: Ignored env PATH\r\ndebug3: Ignored env DESKTOP_SESSION\r\ndebug3: Ignored env QT_QPA_PLATFORMTHEME\r\ndebug3: Ignored env QT_IM_MODULE\r\ndebug3: Ignored env JOB\r\ndebug3: Ignored env PWD\r\ndebug3: Ignored env XDG_SESSION_TYPE\r\ndebug3: Ignored env XMODIFIERS\r\ndebug1: Sending env LANG = en_US.UTF-8\r\ndebug2: channel 0: request env confirm 0\r\ndebug3: send packet: type 98\r\ndebug3: Ignored env GNOME_KEYRING_PID\r\ndebug3: Ignored env MANDATORY_PATH\r\ndebug3: Ignored env GDM_LANG\r\ndebug3: Ignored env IM_CONFIG_PHASE\r\ndebug3: Ignored env COMPIZ_CONFIG_PROFILE\r\ndebug3: Ignored env GDMSESSION\r\ndebug3: Ignored env GTK2_MODULES\r\ndebug3: Ignored env SESSIONTYPE\r\ndebug3: Ignored env XDG_SEAT\r\ndebug3: Ignored env HOME\r\ndebug3: Ignored env SHLVL\r\ndebug3: Ignored env LANGUAGE\r\ndebug3: Ignored env GNOME_DESKTOP_SESSION_ID\r\ndebug3: Ignored env UPSTART_INSTANCE\r\ndebug3: Ignored env LOGNAME\r\ndebug3: Ignored env XDG_SESSION_DESKTOP\r\ndebug3: Ignored env UPSTART_EVENTS\r\ndebug3: Ignored env COMPIZ_BIN_PATH\r\ndebug3: Ignored env QT4_IM_MODULE\r\ndebug3: Ignored env XDG_DATA_DIRS\r\ndebug3: Ignored env DBUS_SESSION_BUS_ADDRESS\r\ndebug3: Ignored env LESSOPEN\r\ndebug3: Ignored env UPSTART_JOB\r\ndebug3: Ignored env INSTANCE\r\ndebug3: Ignored env DISPLAY\r\ndebug3: Ignored env XDG_RUNTIME_DIR\r\ndebug3: Ignored env GTK_IM_MODULE\r\ndebug3: Ignored env XDG_CURRENT_DESKTOP\r\ndebug3: Ignored env LESSCLOSE\r\ndebug3: Ignored env XAUTHORITY\r\ndebug3: Ignored env _\r\ndebug1: Sending command: /bin/bash -c \'( umask 77 && mkdir -p "` echo ~/.ansible/remote_tmp/ansible-tmp-1523389480.44-92621880607010 `" && echo ansible-tmp-1523389480.44-92621880607010="` echo ~/.ansible/remote_tmp/ansible-tmp-1523389480.44-92621880607010 `" ) && sleep 0\'\r\ndebug2: channel 0: request exec confirm 1\r\ndebug3: send packet: type 98\r\ndebug2: callback done\r\ndebug2: channel 0: open confirm rwindow 24576 rmax 32768\r\ndebug3: receive packet: type 99\r\ndebug2: channel_input_status_confirm: type 99 id 0\r\ndebug2: exec request accepted on channel 0\r\ndebug3: receive packet: type 96\r\ndebug2: channel 0: rcvd eof\r\ndebug2: channel 0: output open -> drain\r\ndebug2: channel 0: obuf empty\r\ndebug2: channel 0: close_write\r\ndebug2: channel 0: output drain -> closed\r\ndebug3: receive packet: type 98\r\ndebug1: client_input_channel_req: channel 0 rtype exit-status reply 0\r\ndebug3: receive packet: type 97\r\ndebug2: channel 0: rcvd close\r\ndebug2: channel 0: close_read\r\ndebug2: channel 0: input open -> closed\r\ndebug3: channel 0: will not send data after close\r\ndebug2: channel 0: almost dead\r\ndebug2: channel 0: gc: notify user\r\ndebug2: channel 0: gc: user detached\r\ndebug2: channel 0: send close\r\ndebug3: send packet: type 97\r\ndebug2: channel 0: is dead\r\ndebug2: channel 0: garbage collecting\r\ndebug1: channel 0: free: client-session, nchannels 1\r\ndebug3: channel 0: status: The following connections are open:\r\n #0 client-session (t4 r0 i3/0 o3/0 fd -1/-1 cc -1)\r\n\r\ndebug3: send packet: type 1\r\ndebug1: fd 1 clearing O_NONBLOCK\r\ndebug1: fd 2 clearing O_NONBLOCK\r\nTransferred: sent 2056, received 1376 bytes, in 0.1 seconds\r\nBytes per second: sent 28534.2, received 19096.8\r\ndebug1: Exit status 0\r\n')
  30. fatal: [192.168.140.13]: FAILED! => {
  31. "msg": "failed to resolve remote temporary directory from ansible-tmp-1523389480.44-92621880607010: `( umask 77 && mkdir -p \"` echo ~/.ansible/remote_tmp/ansible-tmp-1523389480.44-92621880607010 `\" && echo ansible-tmp-1523389480.44-92621880607010=\"` echo ~/.ansible/remote_tmp/ansible-tmp-1523389480.44-92621880607010 `\" )` returned empty string"
  32. }
  33. to retry, use: --limit @/home/ecb/ansible_ecb/cambium-e500/site.retry
  34.  
  35. PLAY RECAP ***************************************************************************************************************
  36. 192.168.140.13 : ok=0 changed=0 unreachable=0 failed=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement