Advertisement
Guest User

Untitled

a guest
May 30th, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 141.38 KB | None | 0 0
  1. [root@172-20-12-5 ~]# python test_script.py
  2. 2016-05-30_16-00-27
  3. executing shell command[
  4. yaml_file=`mktemp`
  5. cat <<EOF >> $yaml_file
  6. ---
  7. - hosts: 172.20.12.5
  8. remote_user: root
  9. tasks:
  10. - name: pre-install script
  11. script: /tmp/tmp_l2Pf4
  12.  
  13. EOF
  14. ansible-playbook -vvvv $yaml_file
  15. ]:
  16.  
  17. PLAY [172.20.12.5] ************************************************************
  18.  
  19. GATHERING FACTS ***************************************************************
  20. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  21. <172.20.12.5> REMOTE_MODULE setup
  22. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595228.16-265290310580981 && echo $HOME/.ansible/tmp/ansible-tmp-1464595228.16-265290310580981'
  23. <172.20.12.5> PUT /tmp/tmpRlnzY7 TO /root/.ansible/tmp/ansible-tmp-1464595228.16-265290310580981/setup
  24. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595228.16-265290310580981/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595228.16-265290310580981/ >/dev/null 2>&1'
  25. ok: [172.20.12.5]
  26.  
  27. TASK: [pre-install script] ****************************************************
  28. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  29. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595229.95-226912614150282 && echo $HOME/.ansible/tmp/ansible-tmp-1464595229.95-226912614150282'
  30. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595229.95-226912614150282/tmp_l2Pf4
  31. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595229.95-226912614150282/tmp_l2Pf4'
  32. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595229.95-226912614150282/tmp_l2Pf4 '
  33. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595229.95-226912614150282/ >/dev/null 2>&1'
  34. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  35.  
  36. PLAY RECAP ********************************************************************
  37. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  38.  
  39. 2016-05-30_16-00-30
  40. executing shell command[
  41. yaml_file=`mktemp`
  42. cat <<EOF >> $yaml_file
  43. ---
  44. - hosts: 172.20.12.5
  45. remote_user: root
  46. tasks:
  47. - name: pre-install script
  48. script: /tmp/tmp_l2Pf4
  49.  
  50. EOF
  51. ansible-playbook -vvvv $yaml_file
  52. ]:
  53.  
  54. PLAY [172.20.12.5] ************************************************************
  55.  
  56. GATHERING FACTS ***************************************************************
  57. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  58. <172.20.12.5> REMOTE_MODULE setup
  59. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595230.26-80502612305271 && echo $HOME/.ansible/tmp/ansible-tmp-1464595230.26-80502612305271'
  60. <172.20.12.5> PUT /tmp/tmpIrW9mi TO /root/.ansible/tmp/ansible-tmp-1464595230.26-80502612305271/setup
  61. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595230.26-80502612305271/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595230.26-80502612305271/ >/dev/null 2>&1'
  62. ok: [172.20.12.5]
  63.  
  64. TASK: [pre-install script] ****************************************************
  65. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  66. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595230.39-273620964280519 && echo $HOME/.ansible/tmp/ansible-tmp-1464595230.39-273620964280519'
  67. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595230.39-273620964280519/tmp_l2Pf4
  68. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595230.39-273620964280519/tmp_l2Pf4'
  69. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595230.39-273620964280519/tmp_l2Pf4 '
  70. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595230.39-273620964280519/ >/dev/null 2>&1'
  71. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  72.  
  73. PLAY RECAP ********************************************************************
  74. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  75.  
  76. 2016-05-30_16-00-30
  77. executing shell command[
  78. yaml_file=`mktemp`
  79. cat <<EOF >> $yaml_file
  80. ---
  81. - hosts: 172.20.12.5
  82. remote_user: root
  83. tasks:
  84. - name: pre-install script
  85. script: /tmp/tmp_l2Pf4
  86.  
  87. EOF
  88. ansible-playbook -vvvv $yaml_file
  89. ]:
  90.  
  91. PLAY [172.20.12.5] ************************************************************
  92.  
  93. GATHERING FACTS ***************************************************************
  94. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  95. <172.20.12.5> REMOTE_MODULE setup
  96. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595230.69-162833353621023 && echo $HOME/.ansible/tmp/ansible-tmp-1464595230.69-162833353621023'
  97. <172.20.12.5> PUT /tmp/tmpODBBEz TO /root/.ansible/tmp/ansible-tmp-1464595230.69-162833353621023/setup
  98. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595230.69-162833353621023/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595230.69-162833353621023/ >/dev/null 2>&1'
  99. ok: [172.20.12.5]
  100.  
  101. TASK: [pre-install script] ****************************************************
  102. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  103. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595230.83-119882605923380 && echo $HOME/.ansible/tmp/ansible-tmp-1464595230.83-119882605923380'
  104. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595230.83-119882605923380/tmp_l2Pf4
  105. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595230.83-119882605923380/tmp_l2Pf4'
  106. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595230.83-119882605923380/tmp_l2Pf4 '
  107. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595230.83-119882605923380/ >/dev/null 2>&1'
  108. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  109.  
  110. PLAY RECAP ********************************************************************
  111. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  112.  
  113. 2016-05-30_16-00-30
  114. executing shell command[
  115. yaml_file=`mktemp`
  116. cat <<EOF >> $yaml_file
  117. ---
  118. - hosts: 172.20.12.5
  119. remote_user: root
  120. tasks:
  121. - name: pre-install script
  122. script: /tmp/tmp_l2Pf4
  123.  
  124. EOF
  125. ansible-playbook -vvvv $yaml_file
  126. ]:
  127.  
  128. PLAY [172.20.12.5] ************************************************************
  129.  
  130. GATHERING FACTS ***************************************************************
  131. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  132. <172.20.12.5> REMOTE_MODULE setup
  133. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595231.13-106466660554124 && echo $HOME/.ansible/tmp/ansible-tmp-1464595231.13-106466660554124'
  134. <172.20.12.5> PUT /tmp/tmpmYwRQk TO /root/.ansible/tmp/ansible-tmp-1464595231.13-106466660554124/setup
  135. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595231.13-106466660554124/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595231.13-106466660554124/ >/dev/null 2>&1'
  136. ok: [172.20.12.5]
  137.  
  138. TASK: [pre-install script] ****************************************************
  139. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  140. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595231.27-78857517179964 && echo $HOME/.ansible/tmp/ansible-tmp-1464595231.27-78857517179964'
  141. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595231.27-78857517179964/tmp_l2Pf4
  142. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595231.27-78857517179964/tmp_l2Pf4'
  143. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595231.27-78857517179964/tmp_l2Pf4 '
  144. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595231.27-78857517179964/ >/dev/null 2>&1'
  145. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  146.  
  147. PLAY RECAP ********************************************************************
  148. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  149.  
  150. 2016-05-30_16-00-31
  151. executing shell command[
  152. yaml_file=`mktemp`
  153. cat <<EOF >> $yaml_file
  154. ---
  155. - hosts: 172.20.12.5
  156. remote_user: root
  157. tasks:
  158. - name: pre-install script
  159. script: /tmp/tmp_l2Pf4
  160.  
  161. EOF
  162. ansible-playbook -vvvv $yaml_file
  163. ]:
  164.  
  165. PLAY [172.20.12.5] ************************************************************
  166.  
  167. GATHERING FACTS ***************************************************************
  168. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  169. <172.20.12.5> REMOTE_MODULE setup
  170. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595231.56-202127587377007 && echo $HOME/.ansible/tmp/ansible-tmp-1464595231.56-202127587377007'
  171. <172.20.12.5> PUT /tmp/tmps_dolZ TO /root/.ansible/tmp/ansible-tmp-1464595231.56-202127587377007/setup
  172. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595231.56-202127587377007/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595231.56-202127587377007/ >/dev/null 2>&1'
  173. ok: [172.20.12.5]
  174.  
  175. TASK: [pre-install script] ****************************************************
  176. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  177. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595231.7-231259535378275 && echo $HOME/.ansible/tmp/ansible-tmp-1464595231.7-231259535378275'
  178. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595231.7-231259535378275/tmp_l2Pf4
  179. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595231.7-231259535378275/tmp_l2Pf4'
  180. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595231.7-231259535378275/tmp_l2Pf4 '
  181. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595231.7-231259535378275/ >/dev/null 2>&1'
  182. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  183.  
  184. PLAY RECAP ********************************************************************
  185. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  186.  
  187. 2016-05-30_16-00-31
  188. executing shell command[
  189. yaml_file=`mktemp`
  190. cat <<EOF >> $yaml_file
  191. ---
  192. - hosts: 172.20.12.5
  193. remote_user: root
  194. tasks:
  195. - name: pre-install script
  196. script: /tmp/tmp_l2Pf4
  197.  
  198. EOF
  199. ansible-playbook -vvvv $yaml_file
  200. ]:
  201.  
  202. PLAY [172.20.12.5] ************************************************************
  203.  
  204. GATHERING FACTS ***************************************************************
  205. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  206. <172.20.12.5> REMOTE_MODULE setup
  207. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595231.99-264963214871706 && echo $HOME/.ansible/tmp/ansible-tmp-1464595231.99-264963214871706'
  208. <172.20.12.5> PUT /tmp/tmpobKilE TO /root/.ansible/tmp/ansible-tmp-1464595231.99-264963214871706/setup
  209. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595231.99-264963214871706/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595231.99-264963214871706/ >/dev/null 2>&1'
  210. ok: [172.20.12.5]
  211.  
  212. TASK: [pre-install script] ****************************************************
  213. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  214. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595232.13-233618113441883 && echo $HOME/.ansible/tmp/ansible-tmp-1464595232.13-233618113441883'
  215. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595232.13-233618113441883/tmp_l2Pf4
  216. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595232.13-233618113441883/tmp_l2Pf4'
  217. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595232.13-233618113441883/tmp_l2Pf4 '
  218. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595232.13-233618113441883/ >/dev/null 2>&1'
  219. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  220.  
  221. PLAY RECAP ********************************************************************
  222. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  223.  
  224. 2016-05-30_16-00-32
  225. executing shell command[
  226. yaml_file=`mktemp`
  227. cat <<EOF >> $yaml_file
  228. ---
  229. - hosts: 172.20.12.5
  230. remote_user: root
  231. tasks:
  232. - name: pre-install script
  233. script: /tmp/tmp_l2Pf4
  234.  
  235. EOF
  236. ansible-playbook -vvvv $yaml_file
  237. ]:
  238.  
  239. PLAY [172.20.12.5] ************************************************************
  240.  
  241. GATHERING FACTS ***************************************************************
  242. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  243. <172.20.12.5> REMOTE_MODULE setup
  244. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595232.42-67118728347098 && echo $HOME/.ansible/tmp/ansible-tmp-1464595232.42-67118728347098'
  245. <172.20.12.5> PUT /tmp/tmprkdF0Z TO /root/.ansible/tmp/ansible-tmp-1464595232.42-67118728347098/setup
  246. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595232.42-67118728347098/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595232.42-67118728347098/ >/dev/null 2>&1'
  247. ok: [172.20.12.5]
  248.  
  249. TASK: [pre-install script] ****************************************************
  250. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  251. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595232.56-199272546609546 && echo $HOME/.ansible/tmp/ansible-tmp-1464595232.56-199272546609546'
  252. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595232.56-199272546609546/tmp_l2Pf4
  253. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595232.56-199272546609546/tmp_l2Pf4'
  254. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595232.56-199272546609546/tmp_l2Pf4 '
  255. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595232.56-199272546609546/ >/dev/null 2>&1'
  256. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  257.  
  258. PLAY RECAP ********************************************************************
  259. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  260.  
  261. 2016-05-30_16-00-32
  262. executing shell command[
  263. yaml_file=`mktemp`
  264. cat <<EOF >> $yaml_file
  265. ---
  266. - hosts: 172.20.12.5
  267. remote_user: root
  268. tasks:
  269. - name: pre-install script
  270. script: /tmp/tmp_l2Pf4
  271.  
  272. EOF
  273. ansible-playbook -vvvv $yaml_file
  274. ]:
  275.  
  276. PLAY [172.20.12.5] ************************************************************
  277.  
  278. GATHERING FACTS ***************************************************************
  279. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  280. <172.20.12.5> REMOTE_MODULE setup
  281. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595232.86-170881944277322 && echo $HOME/.ansible/tmp/ansible-tmp-1464595232.86-170881944277322'
  282. <172.20.12.5> PUT /tmp/tmpVqRxty TO /root/.ansible/tmp/ansible-tmp-1464595232.86-170881944277322/setup
  283. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595232.86-170881944277322/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595232.86-170881944277322/ >/dev/null 2>&1'
  284. ok: [172.20.12.5]
  285.  
  286. TASK: [pre-install script] ****************************************************
  287. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  288. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595233.0-75983972162804 && echo $HOME/.ansible/tmp/ansible-tmp-1464595233.0-75983972162804'
  289. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595233.0-75983972162804/tmp_l2Pf4
  290. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595233.0-75983972162804/tmp_l2Pf4'
  291. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595233.0-75983972162804/tmp_l2Pf4 '
  292. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595233.0-75983972162804/ >/dev/null 2>&1'
  293. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  294.  
  295. PLAY RECAP ********************************************************************
  296. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  297.  
  298. 2016-05-30_16-00-33
  299. executing shell command[
  300. yaml_file=`mktemp`
  301. cat <<EOF >> $yaml_file
  302. ---
  303. - hosts: 172.20.12.5
  304. remote_user: root
  305. tasks:
  306. - name: pre-install script
  307. script: /tmp/tmp_l2Pf4
  308.  
  309. EOF
  310. ansible-playbook -vvvv $yaml_file
  311. ]:
  312.  
  313. PLAY [172.20.12.5] ************************************************************
  314.  
  315. GATHERING FACTS ***************************************************************
  316. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  317. <172.20.12.5> REMOTE_MODULE setup
  318. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595233.3-226161227863935 && echo $HOME/.ansible/tmp/ansible-tmp-1464595233.3-226161227863935'
  319. <172.20.12.5> PUT /tmp/tmpo7xq1s TO /root/.ansible/tmp/ansible-tmp-1464595233.3-226161227863935/setup
  320. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595233.3-226161227863935/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595233.3-226161227863935/ >/dev/null 2>&1'
  321. ok: [172.20.12.5]
  322.  
  323. TASK: [pre-install script] ****************************************************
  324. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  325. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595233.44-268379890523835 && echo $HOME/.ansible/tmp/ansible-tmp-1464595233.44-268379890523835'
  326. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595233.44-268379890523835/tmp_l2Pf4
  327. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595233.44-268379890523835/tmp_l2Pf4'
  328. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595233.44-268379890523835/tmp_l2Pf4 '
  329. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595233.44-268379890523835/ >/dev/null 2>&1'
  330. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  331.  
  332. PLAY RECAP ********************************************************************
  333. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  334.  
  335. 2016-05-30_16-00-33
  336. executing shell command[
  337. yaml_file=`mktemp`
  338. cat <<EOF >> $yaml_file
  339. ---
  340. - hosts: 172.20.12.5
  341. remote_user: root
  342. tasks:
  343. - name: pre-install script
  344. script: /tmp/tmp_l2Pf4
  345.  
  346. EOF
  347. ansible-playbook -vvvv $yaml_file
  348. ]:
  349.  
  350. PLAY [172.20.12.5] ************************************************************
  351.  
  352. GATHERING FACTS ***************************************************************
  353. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  354. <172.20.12.5> REMOTE_MODULE setup
  355. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595233.74-170516679882403 && echo $HOME/.ansible/tmp/ansible-tmp-1464595233.74-170516679882403'
  356. <172.20.12.5> PUT /tmp/tmpd3o_jw TO /root/.ansible/tmp/ansible-tmp-1464595233.74-170516679882403/setup
  357. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595233.74-170516679882403/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595233.74-170516679882403/ >/dev/null 2>&1'
  358. ok: [172.20.12.5]
  359.  
  360. TASK: [pre-install script] ****************************************************
  361. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  362. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595233.88-256858075338004 && echo $HOME/.ansible/tmp/ansible-tmp-1464595233.88-256858075338004'
  363. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595233.88-256858075338004/tmp_l2Pf4
  364. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595233.88-256858075338004/tmp_l2Pf4'
  365. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595233.88-256858075338004/tmp_l2Pf4 '
  366. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595233.88-256858075338004/ >/dev/null 2>&1'
  367. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  368.  
  369. PLAY RECAP ********************************************************************
  370. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  371.  
  372. 2016-05-30_16-00-33
  373. executing shell command[
  374. yaml_file=`mktemp`
  375. cat <<EOF >> $yaml_file
  376. ---
  377. - hosts: 172.20.12.5
  378. remote_user: root
  379. tasks:
  380. - name: pre-install script
  381. script: /tmp/tmp_l2Pf4
  382.  
  383. EOF
  384. ansible-playbook -vvvv $yaml_file
  385. ]:
  386.  
  387. PLAY [172.20.12.5] ************************************************************
  388.  
  389. GATHERING FACTS ***************************************************************
  390. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  391. <172.20.12.5> REMOTE_MODULE setup
  392. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595234.16-187664114043735 && echo $HOME/.ansible/tmp/ansible-tmp-1464595234.16-187664114043735'
  393. <172.20.12.5> PUT /tmp/tmpJPhFn9 TO /root/.ansible/tmp/ansible-tmp-1464595234.16-187664114043735/setup
  394. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595234.16-187664114043735/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595234.16-187664114043735/ >/dev/null 2>&1'
  395. ok: [172.20.12.5]
  396.  
  397. TASK: [pre-install script] ****************************************************
  398. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  399. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595234.3-186911934150124 && echo $HOME/.ansible/tmp/ansible-tmp-1464595234.3-186911934150124'
  400. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595234.3-186911934150124/tmp_l2Pf4
  401. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595234.3-186911934150124/tmp_l2Pf4'
  402. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595234.3-186911934150124/tmp_l2Pf4 '
  403. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595234.3-186911934150124/ >/dev/null 2>&1'
  404. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  405.  
  406. PLAY RECAP ********************************************************************
  407. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  408.  
  409. 2016-05-30_16-00-34
  410. executing shell command[
  411. yaml_file=`mktemp`
  412. cat <<EOF >> $yaml_file
  413. ---
  414. - hosts: 172.20.12.5
  415. remote_user: root
  416. tasks:
  417. - name: pre-install script
  418. script: /tmp/tmp_l2Pf4
  419.  
  420. EOF
  421. ansible-playbook -vvvv $yaml_file
  422. ]:
  423.  
  424. PLAY [172.20.12.5] ************************************************************
  425.  
  426. GATHERING FACTS ***************************************************************
  427. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  428. <172.20.12.5> REMOTE_MODULE setup
  429. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595234.59-205460686104661 && echo $HOME/.ansible/tmp/ansible-tmp-1464595234.59-205460686104661'
  430. <172.20.12.5> PUT /tmp/tmp_1TGBW TO /root/.ansible/tmp/ansible-tmp-1464595234.59-205460686104661/setup
  431. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595234.59-205460686104661/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595234.59-205460686104661/ >/dev/null 2>&1'
  432. ok: [172.20.12.5]
  433.  
  434. TASK: [pre-install script] ****************************************************
  435. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  436. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595234.73-94223555831520 && echo $HOME/.ansible/tmp/ansible-tmp-1464595234.73-94223555831520'
  437. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595234.73-94223555831520/tmp_l2Pf4
  438. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595234.73-94223555831520/tmp_l2Pf4'
  439. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595234.73-94223555831520/tmp_l2Pf4 '
  440. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595234.73-94223555831520/ >/dev/null 2>&1'
  441. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  442.  
  443. PLAY RECAP ********************************************************************
  444. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  445.  
  446. 2016-05-30_16-00-34
  447. executing shell command[
  448. yaml_file=`mktemp`
  449. cat <<EOF >> $yaml_file
  450. ---
  451. - hosts: 172.20.12.5
  452. remote_user: root
  453. tasks:
  454. - name: pre-install script
  455. script: /tmp/tmp_l2Pf4
  456.  
  457. EOF
  458. ansible-playbook -vvvv $yaml_file
  459. ]:
  460.  
  461. PLAY [172.20.12.5] ************************************************************
  462.  
  463. GATHERING FACTS ***************************************************************
  464. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  465. <172.20.12.5> REMOTE_MODULE setup
  466. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595235.02-184993723094068 && echo $HOME/.ansible/tmp/ansible-tmp-1464595235.02-184993723094068'
  467. <172.20.12.5> PUT /tmp/tmpEir98q TO /root/.ansible/tmp/ansible-tmp-1464595235.02-184993723094068/setup
  468. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595235.02-184993723094068/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595235.02-184993723094068/ >/dev/null 2>&1'
  469. ok: [172.20.12.5]
  470.  
  471. TASK: [pre-install script] ****************************************************
  472. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  473. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595235.17-25771489630512 && echo $HOME/.ansible/tmp/ansible-tmp-1464595235.17-25771489630512'
  474. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595235.17-25771489630512/tmp_l2Pf4
  475. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595235.17-25771489630512/tmp_l2Pf4'
  476. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595235.17-25771489630512/tmp_l2Pf4 '
  477. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595235.17-25771489630512/ >/dev/null 2>&1'
  478. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  479.  
  480. PLAY RECAP ********************************************************************
  481. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  482.  
  483. 2016-05-30_16-00-35
  484. executing shell command[
  485. yaml_file=`mktemp`
  486. cat <<EOF >> $yaml_file
  487. ---
  488. - hosts: 172.20.12.5
  489. remote_user: root
  490. tasks:
  491. - name: pre-install script
  492. script: /tmp/tmp_l2Pf4
  493.  
  494. EOF
  495. ansible-playbook -vvvv $yaml_file
  496. ]:
  497.  
  498. PLAY [172.20.12.5] ************************************************************
  499.  
  500. GATHERING FACTS ***************************************************************
  501. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  502. <172.20.12.5> REMOTE_MODULE setup
  503. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595235.46-207562794790702 && echo $HOME/.ansible/tmp/ansible-tmp-1464595235.46-207562794790702'
  504. <172.20.12.5> PUT /tmp/tmpoqVvPd TO /root/.ansible/tmp/ansible-tmp-1464595235.46-207562794790702/setup
  505. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595235.46-207562794790702/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595235.46-207562794790702/ >/dev/null 2>&1'
  506. ok: [172.20.12.5]
  507.  
  508. TASK: [pre-install script] ****************************************************
  509. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  510. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595235.6-196491229159700 && echo $HOME/.ansible/tmp/ansible-tmp-1464595235.6-196491229159700'
  511. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595235.6-196491229159700/tmp_l2Pf4
  512. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595235.6-196491229159700/tmp_l2Pf4'
  513. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595235.6-196491229159700/tmp_l2Pf4 '
  514. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595235.6-196491229159700/ >/dev/null 2>&1'
  515. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  516.  
  517. PLAY RECAP ********************************************************************
  518. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  519.  
  520. 2016-05-30_16-00-35
  521. executing shell command[
  522. yaml_file=`mktemp`
  523. cat <<EOF >> $yaml_file
  524. ---
  525. - hosts: 172.20.12.5
  526. remote_user: root
  527. tasks:
  528. - name: pre-install script
  529. script: /tmp/tmp_l2Pf4
  530.  
  531. EOF
  532. ansible-playbook -vvvv $yaml_file
  533. ]:
  534.  
  535. PLAY [172.20.12.5] ************************************************************
  536.  
  537. GATHERING FACTS ***************************************************************
  538. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  539. <172.20.12.5> REMOTE_MODULE setup
  540. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595236.6-269448742424652 && echo $HOME/.ansible/tmp/ansible-tmp-1464595236.6-269448742424652'
  541. <172.20.12.5> PUT /tmp/tmpy7rpva TO /root/.ansible/tmp/ansible-tmp-1464595236.6-269448742424652/setup
  542. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595236.6-269448742424652/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595236.6-269448742424652/ >/dev/null 2>&1'
  543. ok: [172.20.12.5]
  544.  
  545. TASK: [pre-install script] ****************************************************
  546. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  547. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595236.74-84366403119070 && echo $HOME/.ansible/tmp/ansible-tmp-1464595236.74-84366403119070'
  548. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595236.74-84366403119070/tmp_l2Pf4
  549. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595236.74-84366403119070/tmp_l2Pf4'
  550. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595236.74-84366403119070/tmp_l2Pf4 '
  551. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595236.74-84366403119070/ >/dev/null 2>&1'
  552. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  553.  
  554. PLAY RECAP ********************************************************************
  555. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  556.  
  557. 2016-05-30_16-00-36
  558. executing shell command[
  559. yaml_file=`mktemp`
  560. cat <<EOF >> $yaml_file
  561. ---
  562. - hosts: 172.20.12.5
  563. remote_user: root
  564. tasks:
  565. - name: pre-install script
  566. script: /tmp/tmp_l2Pf4
  567.  
  568. EOF
  569. ansible-playbook -vvvv $yaml_file
  570. ]:
  571.  
  572. PLAY [172.20.12.5] ************************************************************
  573.  
  574. GATHERING FACTS ***************************************************************
  575. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  576. <172.20.12.5> REMOTE_MODULE setup
  577. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595237.04-144613247234787 && echo $HOME/.ansible/tmp/ansible-tmp-1464595237.04-144613247234787'
  578. <172.20.12.5> PUT /tmp/tmpsQzdn4 TO /root/.ansible/tmp/ansible-tmp-1464595237.04-144613247234787/setup
  579. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595237.04-144613247234787/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595237.04-144613247234787/ >/dev/null 2>&1'
  580. ok: [172.20.12.5]
  581.  
  582. TASK: [pre-install script] ****************************************************
  583. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  584. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595237.18-66466475458736 && echo $HOME/.ansible/tmp/ansible-tmp-1464595237.18-66466475458736'
  585. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595237.18-66466475458736/tmp_l2Pf4
  586. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595237.18-66466475458736/tmp_l2Pf4'
  587. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595237.18-66466475458736/tmp_l2Pf4 '
  588. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595237.18-66466475458736/ >/dev/null 2>&1'
  589. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  590.  
  591. PLAY RECAP ********************************************************************
  592. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  593.  
  594. 2016-05-30_16-00-37
  595. executing shell command[
  596. yaml_file=`mktemp`
  597. cat <<EOF >> $yaml_file
  598. ---
  599. - hosts: 172.20.12.5
  600. remote_user: root
  601. tasks:
  602. - name: pre-install script
  603. script: /tmp/tmp_l2Pf4
  604.  
  605. EOF
  606. ansible-playbook -vvvv $yaml_file
  607. ]:
  608.  
  609. PLAY [172.20.12.5] ************************************************************
  610.  
  611. GATHERING FACTS ***************************************************************
  612. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  613. <172.20.12.5> REMOTE_MODULE setup
  614. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595237.48-98160121847873 && echo $HOME/.ansible/tmp/ansible-tmp-1464595237.48-98160121847873'
  615. <172.20.12.5> PUT /tmp/tmpSc9mJm TO /root/.ansible/tmp/ansible-tmp-1464595237.48-98160121847873/setup
  616. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595237.48-98160121847873/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595237.48-98160121847873/ >/dev/null 2>&1'
  617. ok: [172.20.12.5]
  618.  
  619. TASK: [pre-install script] ****************************************************
  620. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  621. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595237.62-106232813814734 && echo $HOME/.ansible/tmp/ansible-tmp-1464595237.62-106232813814734'
  622. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595237.62-106232813814734/tmp_l2Pf4
  623. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595237.62-106232813814734/tmp_l2Pf4'
  624. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595237.62-106232813814734/tmp_l2Pf4 '
  625. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595237.62-106232813814734/ >/dev/null 2>&1'
  626. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  627.  
  628. PLAY RECAP ********************************************************************
  629. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  630.  
  631. 2016-05-30_16-00-37
  632. executing shell command[
  633. yaml_file=`mktemp`
  634. cat <<EOF >> $yaml_file
  635. ---
  636. - hosts: 172.20.12.5
  637. remote_user: root
  638. tasks:
  639. - name: pre-install script
  640. script: /tmp/tmp_l2Pf4
  641.  
  642. EOF
  643. ansible-playbook -vvvv $yaml_file
  644. ]:
  645.  
  646. PLAY [172.20.12.5] ************************************************************
  647.  
  648. GATHERING FACTS ***************************************************************
  649. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  650. <172.20.12.5> REMOTE_MODULE setup
  651. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595237.92-31840867575676 && echo $HOME/.ansible/tmp/ansible-tmp-1464595237.92-31840867575676'
  652. <172.20.12.5> PUT /tmp/tmpEGMh6z TO /root/.ansible/tmp/ansible-tmp-1464595237.92-31840867575676/setup
  653. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595237.92-31840867575676/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595237.92-31840867575676/ >/dev/null 2>&1'
  654. ok: [172.20.12.5]
  655.  
  656. TASK: [pre-install script] ****************************************************
  657. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  658. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595238.06-243478477906328 && echo $HOME/.ansible/tmp/ansible-tmp-1464595238.06-243478477906328'
  659. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595238.06-243478477906328/tmp_l2Pf4
  660. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595238.06-243478477906328/tmp_l2Pf4'
  661. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595238.06-243478477906328/tmp_l2Pf4 '
  662. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595238.06-243478477906328/ >/dev/null 2>&1'
  663. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  664.  
  665. PLAY RECAP ********************************************************************
  666. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  667.  
  668. 2016-05-30_16-00-38
  669. executing shell command[
  670. yaml_file=`mktemp`
  671. cat <<EOF >> $yaml_file
  672. ---
  673. - hosts: 172.20.12.5
  674. remote_user: root
  675. tasks:
  676. - name: pre-install script
  677. script: /tmp/tmp_l2Pf4
  678.  
  679. EOF
  680. ansible-playbook -vvvv $yaml_file
  681. ]:
  682.  
  683. PLAY [172.20.12.5] ************************************************************
  684.  
  685. GATHERING FACTS ***************************************************************
  686. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  687. <172.20.12.5> REMOTE_MODULE setup
  688. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595238.35-84544825640572 && echo $HOME/.ansible/tmp/ansible-tmp-1464595238.35-84544825640572'
  689. <172.20.12.5> PUT /tmp/tmpE1KhQ1 TO /root/.ansible/tmp/ansible-tmp-1464595238.35-84544825640572/setup
  690. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595238.35-84544825640572/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595238.35-84544825640572/ >/dev/null 2>&1'
  691. ok: [172.20.12.5]
  692.  
  693. TASK: [pre-install script] ****************************************************
  694. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  695. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595238.49-78047728045966 && echo $HOME/.ansible/tmp/ansible-tmp-1464595238.49-78047728045966'
  696. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595238.49-78047728045966/tmp_l2Pf4
  697. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595238.49-78047728045966/tmp_l2Pf4'
  698. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595238.49-78047728045966/tmp_l2Pf4 '
  699. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595238.49-78047728045966/ >/dev/null 2>&1'
  700. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  701.  
  702. PLAY RECAP ********************************************************************
  703. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  704.  
  705. 2016-05-30_16-00-38
  706. executing shell command[
  707. yaml_file=`mktemp`
  708. cat <<EOF >> $yaml_file
  709. ---
  710. - hosts: 172.20.12.5
  711. remote_user: root
  712. tasks:
  713. - name: pre-install script
  714. script: /tmp/tmp_l2Pf4
  715.  
  716. EOF
  717. ansible-playbook -vvvv $yaml_file
  718. ]:
  719.  
  720. PLAY [172.20.12.5] ************************************************************
  721.  
  722. GATHERING FACTS ***************************************************************
  723. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  724. <172.20.12.5> REMOTE_MODULE setup
  725. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595238.79-81629759964730 && echo $HOME/.ansible/tmp/ansible-tmp-1464595238.79-81629759964730'
  726. <172.20.12.5> PUT /tmp/tmpD4PW6z TO /root/.ansible/tmp/ansible-tmp-1464595238.79-81629759964730/setup
  727. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595238.79-81629759964730/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595238.79-81629759964730/ >/dev/null 2>&1'
  728. ok: [172.20.12.5]
  729.  
  730. TASK: [pre-install script] ****************************************************
  731. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  732. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595238.94-161009911175649 && echo $HOME/.ansible/tmp/ansible-tmp-1464595238.94-161009911175649'
  733. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595238.94-161009911175649/tmp_l2Pf4
  734. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595238.94-161009911175649/tmp_l2Pf4'
  735. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595238.94-161009911175649/tmp_l2Pf4 '
  736. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595238.94-161009911175649/ >/dev/null 2>&1'
  737. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  738.  
  739. PLAY RECAP ********************************************************************
  740. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  741.  
  742. 2016-05-30_16-00-39
  743. executing shell command[
  744. yaml_file=`mktemp`
  745. cat <<EOF >> $yaml_file
  746. ---
  747. - hosts: 172.20.12.5
  748. remote_user: root
  749. tasks:
  750. - name: pre-install script
  751. script: /tmp/tmp_l2Pf4
  752.  
  753. EOF
  754. ansible-playbook -vvvv $yaml_file
  755. ]:
  756.  
  757. PLAY [172.20.12.5] ************************************************************
  758.  
  759. GATHERING FACTS ***************************************************************
  760. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  761. <172.20.12.5> REMOTE_MODULE setup
  762. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595239.23-261877115510910 && echo $HOME/.ansible/tmp/ansible-tmp-1464595239.23-261877115510910'
  763. <172.20.12.5> PUT /tmp/tmppaOPJY TO /root/.ansible/tmp/ansible-tmp-1464595239.23-261877115510910/setup
  764. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595239.23-261877115510910/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595239.23-261877115510910/ >/dev/null 2>&1'
  765. ok: [172.20.12.5]
  766.  
  767. TASK: [pre-install script] ****************************************************
  768. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  769. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595239.37-133469583856963 && echo $HOME/.ansible/tmp/ansible-tmp-1464595239.37-133469583856963'
  770. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595239.37-133469583856963/tmp_l2Pf4
  771. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595239.37-133469583856963/tmp_l2Pf4'
  772. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595239.37-133469583856963/tmp_l2Pf4 '
  773. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595239.37-133469583856963/ >/dev/null 2>&1'
  774. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  775.  
  776. PLAY RECAP ********************************************************************
  777. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  778.  
  779. 2016-05-30_16-00-39
  780. executing shell command[
  781. yaml_file=`mktemp`
  782. cat <<EOF >> $yaml_file
  783. ---
  784. - hosts: 172.20.12.5
  785. remote_user: root
  786. tasks:
  787. - name: pre-install script
  788. script: /tmp/tmp_l2Pf4
  789.  
  790. EOF
  791. ansible-playbook -vvvv $yaml_file
  792. ]:
  793.  
  794. PLAY [172.20.12.5] ************************************************************
  795.  
  796. GATHERING FACTS ***************************************************************
  797. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  798. <172.20.12.5> REMOTE_MODULE setup
  799. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595239.68-140965628338664 && echo $HOME/.ansible/tmp/ansible-tmp-1464595239.68-140965628338664'
  800. <172.20.12.5> PUT /tmp/tmpsbAQRR TO /root/.ansible/tmp/ansible-tmp-1464595239.68-140965628338664/setup
  801. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595239.68-140965628338664/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595239.68-140965628338664/ >/dev/null 2>&1'
  802. ok: [172.20.12.5]
  803.  
  804. TASK: [pre-install script] ****************************************************
  805. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  806. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595239.82-105975407326435 && echo $HOME/.ansible/tmp/ansible-tmp-1464595239.82-105975407326435'
  807. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595239.82-105975407326435/tmp_l2Pf4
  808. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595239.82-105975407326435/tmp_l2Pf4'
  809. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595239.82-105975407326435/tmp_l2Pf4 '
  810. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595239.82-105975407326435/ >/dev/null 2>&1'
  811. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  812.  
  813. PLAY RECAP ********************************************************************
  814. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  815.  
  816. 2016-05-30_16-00-39
  817. executing shell command[
  818. yaml_file=`mktemp`
  819. cat <<EOF >> $yaml_file
  820. ---
  821. - hosts: 172.20.12.5
  822. remote_user: root
  823. tasks:
  824. - name: pre-install script
  825. script: /tmp/tmp_l2Pf4
  826.  
  827. EOF
  828. ansible-playbook -vvvv $yaml_file
  829. ]:
  830.  
  831. PLAY [172.20.12.5] ************************************************************
  832.  
  833. GATHERING FACTS ***************************************************************
  834. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  835. <172.20.12.5> REMOTE_MODULE setup
  836. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595240.15-155988149992598 && echo $HOME/.ansible/tmp/ansible-tmp-1464595240.15-155988149992598'
  837. <172.20.12.5> PUT /tmp/tmptGtvje TO /root/.ansible/tmp/ansible-tmp-1464595240.15-155988149992598/setup
  838. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595240.15-155988149992598/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595240.15-155988149992598/ >/dev/null 2>&1'
  839. ok: [172.20.12.5]
  840.  
  841. TASK: [pre-install script] ****************************************************
  842. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  843. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595240.29-38195254908790 && echo $HOME/.ansible/tmp/ansible-tmp-1464595240.29-38195254908790'
  844. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595240.29-38195254908790/tmp_l2Pf4
  845. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595240.29-38195254908790/tmp_l2Pf4'
  846. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595240.29-38195254908790/tmp_l2Pf4 '
  847. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595240.29-38195254908790/ >/dev/null 2>&1'
  848. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  849.  
  850. PLAY RECAP ********************************************************************
  851. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  852.  
  853. 2016-05-30_16-00-40
  854. executing shell command[
  855. yaml_file=`mktemp`
  856. cat <<EOF >> $yaml_file
  857. ---
  858. - hosts: 172.20.12.5
  859. remote_user: root
  860. tasks:
  861. - name: pre-install script
  862. script: /tmp/tmp_l2Pf4
  863.  
  864. EOF
  865. ansible-playbook -vvvv $yaml_file
  866. ]:
  867.  
  868. PLAY [172.20.12.5] ************************************************************
  869.  
  870. GATHERING FACTS ***************************************************************
  871. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  872. <172.20.12.5> REMOTE_MODULE setup
  873. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595240.59-182235988172475 && echo $HOME/.ansible/tmp/ansible-tmp-1464595240.59-182235988172475'
  874. <172.20.12.5> PUT /tmp/tmpHNmopZ TO /root/.ansible/tmp/ansible-tmp-1464595240.59-182235988172475/setup
  875. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595240.59-182235988172475/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595240.59-182235988172475/ >/dev/null 2>&1'
  876. ok: [172.20.12.5]
  877.  
  878. TASK: [pre-install script] ****************************************************
  879. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  880. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595240.73-84097726433062 && echo $HOME/.ansible/tmp/ansible-tmp-1464595240.73-84097726433062'
  881. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595240.73-84097726433062/tmp_l2Pf4
  882. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595240.73-84097726433062/tmp_l2Pf4'
  883. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595240.73-84097726433062/tmp_l2Pf4 '
  884. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595240.73-84097726433062/ >/dev/null 2>&1'
  885. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  886.  
  887. PLAY RECAP ********************************************************************
  888. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  889.  
  890. 2016-05-30_16-00-40
  891. executing shell command[
  892. yaml_file=`mktemp`
  893. cat <<EOF >> $yaml_file
  894. ---
  895. - hosts: 172.20.12.5
  896. remote_user: root
  897. tasks:
  898. - name: pre-install script
  899. script: /tmp/tmp_l2Pf4
  900.  
  901. EOF
  902. ansible-playbook -vvvv $yaml_file
  903. ]:
  904.  
  905. PLAY [172.20.12.5] ************************************************************
  906.  
  907. GATHERING FACTS ***************************************************************
  908. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  909. <172.20.12.5> REMOTE_MODULE setup
  910. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595241.02-221489322297419 && echo $HOME/.ansible/tmp/ansible-tmp-1464595241.02-221489322297419'
  911. <172.20.12.5> PUT /tmp/tmpO8zk1c TO /root/.ansible/tmp/ansible-tmp-1464595241.02-221489322297419/setup
  912. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595241.02-221489322297419/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595241.02-221489322297419/ >/dev/null 2>&1'
  913. ok: [172.20.12.5]
  914.  
  915. TASK: [pre-install script] ****************************************************
  916. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  917. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595241.15-100819852076011 && echo $HOME/.ansible/tmp/ansible-tmp-1464595241.15-100819852076011'
  918. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595241.15-100819852076011/tmp_l2Pf4
  919. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595241.15-100819852076011/tmp_l2Pf4'
  920. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595241.15-100819852076011/tmp_l2Pf4 '
  921. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595241.15-100819852076011/ >/dev/null 2>&1'
  922. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  923.  
  924. PLAY RECAP ********************************************************************
  925. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  926.  
  927. 2016-05-30_16-00-41
  928. executing shell command[
  929. yaml_file=`mktemp`
  930. cat <<EOF >> $yaml_file
  931. ---
  932. - hosts: 172.20.12.5
  933. remote_user: root
  934. tasks:
  935. - name: pre-install script
  936. script: /tmp/tmp_l2Pf4
  937.  
  938. EOF
  939. ansible-playbook -vvvv $yaml_file
  940. ]:
  941.  
  942. PLAY [172.20.12.5] ************************************************************
  943.  
  944. GATHERING FACTS ***************************************************************
  945. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  946. <172.20.12.5> REMOTE_MODULE setup
  947. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595241.45-213199642799384 && echo $HOME/.ansible/tmp/ansible-tmp-1464595241.45-213199642799384'
  948. <172.20.12.5> PUT /tmp/tmp3XdfID TO /root/.ansible/tmp/ansible-tmp-1464595241.45-213199642799384/setup
  949. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595241.45-213199642799384/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595241.45-213199642799384/ >/dev/null 2>&1'
  950. ok: [172.20.12.5]
  951.  
  952. TASK: [pre-install script] ****************************************************
  953. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  954. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595241.58-150635797725557 && echo $HOME/.ansible/tmp/ansible-tmp-1464595241.58-150635797725557'
  955. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595241.58-150635797725557/tmp_l2Pf4
  956. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595241.58-150635797725557/tmp_l2Pf4'
  957. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595241.58-150635797725557/tmp_l2Pf4 '
  958. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595241.58-150635797725557/ >/dev/null 2>&1'
  959. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  960.  
  961. PLAY RECAP ********************************************************************
  962. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  963.  
  964. 2016-05-30_16-00-41
  965. executing shell command[
  966. yaml_file=`mktemp`
  967. cat <<EOF >> $yaml_file
  968. ---
  969. - hosts: 172.20.12.5
  970. remote_user: root
  971. tasks:
  972. - name: pre-install script
  973. script: /tmp/tmp_l2Pf4
  974.  
  975. EOF
  976. ansible-playbook -vvvv $yaml_file
  977. ]:
  978.  
  979. PLAY [172.20.12.5] ************************************************************
  980.  
  981. GATHERING FACTS ***************************************************************
  982. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  983. <172.20.12.5> REMOTE_MODULE setup
  984. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595241.88-232007594391305 && echo $HOME/.ansible/tmp/ansible-tmp-1464595241.88-232007594391305'
  985. <172.20.12.5> PUT /tmp/tmpl8zcTW TO /root/.ansible/tmp/ansible-tmp-1464595241.88-232007594391305/setup
  986. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595241.88-232007594391305/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595241.88-232007594391305/ >/dev/null 2>&1'
  987. ok: [172.20.12.5]
  988.  
  989. TASK: [pre-install script] ****************************************************
  990. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  991. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595242.02-216751476096908 && echo $HOME/.ansible/tmp/ansible-tmp-1464595242.02-216751476096908'
  992. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595242.02-216751476096908/tmp_l2Pf4
  993. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595242.02-216751476096908/tmp_l2Pf4'
  994. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595242.02-216751476096908/tmp_l2Pf4 '
  995. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595242.02-216751476096908/ >/dev/null 2>&1'
  996. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  997.  
  998. PLAY RECAP ********************************************************************
  999. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  1000.  
  1001. 2016-05-30_16-00-42
  1002. executing shell command[
  1003. yaml_file=`mktemp`
  1004. cat <<EOF >> $yaml_file
  1005. ---
  1006. - hosts: 172.20.12.5
  1007. remote_user: root
  1008. tasks:
  1009. - name: pre-install script
  1010. script: /tmp/tmp_l2Pf4
  1011.  
  1012. EOF
  1013. ansible-playbook -vvvv $yaml_file
  1014. ]:
  1015.  
  1016. PLAY [172.20.12.5] ************************************************************
  1017.  
  1018. GATHERING FACTS ***************************************************************
  1019. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  1020. <172.20.12.5> REMOTE_MODULE setup
  1021. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595242.32-184922011742168 && echo $HOME/.ansible/tmp/ansible-tmp-1464595242.32-184922011742168'
  1022. <172.20.12.5> PUT /tmp/tmp3tZbLg TO /root/.ansible/tmp/ansible-tmp-1464595242.32-184922011742168/setup
  1023. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595242.32-184922011742168/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595242.32-184922011742168/ >/dev/null 2>&1'
  1024. ok: [172.20.12.5]
  1025.  
  1026. TASK: [pre-install script] ****************************************************
  1027. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  1028. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595242.46-146888542708298 && echo $HOME/.ansible/tmp/ansible-tmp-1464595242.46-146888542708298'
  1029. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595242.46-146888542708298/tmp_l2Pf4
  1030. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595242.46-146888542708298/tmp_l2Pf4'
  1031. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595242.46-146888542708298/tmp_l2Pf4 '
  1032. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595242.46-146888542708298/ >/dev/null 2>&1'
  1033. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  1034.  
  1035. PLAY RECAP ********************************************************************
  1036. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  1037.  
  1038. 2016-05-30_16-00-42
  1039. executing shell command[
  1040. yaml_file=`mktemp`
  1041. cat <<EOF >> $yaml_file
  1042. ---
  1043. - hosts: 172.20.12.5
  1044. remote_user: root
  1045. tasks:
  1046. - name: pre-install script
  1047. script: /tmp/tmp_l2Pf4
  1048.  
  1049. EOF
  1050. ansible-playbook -vvvv $yaml_file
  1051. ]:
  1052.  
  1053. PLAY [172.20.12.5] ************************************************************
  1054.  
  1055. GATHERING FACTS ***************************************************************
  1056. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  1057. <172.20.12.5> REMOTE_MODULE setup
  1058. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595242.76-217766741512646 && echo $HOME/.ansible/tmp/ansible-tmp-1464595242.76-217766741512646'
  1059. <172.20.12.5> PUT /tmp/tmpOUNu5H TO /root/.ansible/tmp/ansible-tmp-1464595242.76-217766741512646/setup
  1060. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595242.76-217766741512646/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595242.76-217766741512646/ >/dev/null 2>&1'
  1061. ok: [172.20.12.5]
  1062.  
  1063. TASK: [pre-install script] ****************************************************
  1064. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  1065. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595242.9-192448167657498 && echo $HOME/.ansible/tmp/ansible-tmp-1464595242.9-192448167657498'
  1066. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595242.9-192448167657498/tmp_l2Pf4
  1067. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595242.9-192448167657498/tmp_l2Pf4'
  1068. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595242.9-192448167657498/tmp_l2Pf4 '
  1069. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595242.9-192448167657498/ >/dev/null 2>&1'
  1070. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  1071.  
  1072. PLAY RECAP ********************************************************************
  1073. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  1074.  
  1075. 2016-05-30_16-00-42
  1076. executing shell command[
  1077. yaml_file=`mktemp`
  1078. cat <<EOF >> $yaml_file
  1079. ---
  1080. - hosts: 172.20.12.5
  1081. remote_user: root
  1082. tasks:
  1083. - name: pre-install script
  1084. script: /tmp/tmp_l2Pf4
  1085.  
  1086. EOF
  1087. ansible-playbook -vvvv $yaml_file
  1088. ]:
  1089.  
  1090. PLAY [172.20.12.5] ************************************************************
  1091.  
  1092. GATHERING FACTS ***************************************************************
  1093. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  1094. <172.20.12.5> REMOTE_MODULE setup
  1095. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595243.21-126123291007561 && echo $HOME/.ansible/tmp/ansible-tmp-1464595243.21-126123291007561'
  1096. <172.20.12.5> PUT /tmp/tmpow15EG TO /root/.ansible/tmp/ansible-tmp-1464595243.21-126123291007561/setup
  1097. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595243.21-126123291007561/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595243.21-126123291007561/ >/dev/null 2>&1'
  1098. ok: [172.20.12.5]
  1099.  
  1100. TASK: [pre-install script] ****************************************************
  1101. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  1102. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595243.35-214003587753600 && echo $HOME/.ansible/tmp/ansible-tmp-1464595243.35-214003587753600'
  1103. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595243.35-214003587753600/tmp_l2Pf4
  1104. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595243.35-214003587753600/tmp_l2Pf4'
  1105. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595243.35-214003587753600/tmp_l2Pf4 '
  1106. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595243.35-214003587753600/ >/dev/null 2>&1'
  1107. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  1108.  
  1109. PLAY RECAP ********************************************************************
  1110. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  1111.  
  1112. 2016-05-30_16-00-43
  1113. executing shell command[
  1114. yaml_file=`mktemp`
  1115. cat <<EOF >> $yaml_file
  1116. ---
  1117. - hosts: 172.20.12.5
  1118. remote_user: root
  1119. tasks:
  1120. - name: pre-install script
  1121. script: /tmp/tmp_l2Pf4
  1122.  
  1123. EOF
  1124. ansible-playbook -vvvv $yaml_file
  1125. ]:
  1126.  
  1127. PLAY [172.20.12.5] ************************************************************
  1128.  
  1129. GATHERING FACTS ***************************************************************
  1130. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  1131. <172.20.12.5> REMOTE_MODULE setup
  1132. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595243.71-41569649166101 && echo $HOME/.ansible/tmp/ansible-tmp-1464595243.71-41569649166101'
  1133. <172.20.12.5> PUT /tmp/tmphPzFVB TO /root/.ansible/tmp/ansible-tmp-1464595243.71-41569649166101/setup
  1134. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595243.71-41569649166101/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595243.71-41569649166101/ >/dev/null 2>&1'
  1135. ok: [172.20.12.5]
  1136.  
  1137. TASK: [pre-install script] ****************************************************
  1138. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  1139. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595243.87-247014628310687 && echo $HOME/.ansible/tmp/ansible-tmp-1464595243.87-247014628310687'
  1140. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO /root/.ansible/tmp/ansible-tmp-1464595243.87-247014628310687/tmp_l2Pf4
  1141. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx /root/.ansible/tmp/ansible-tmp-1464595243.87-247014628310687/tmp_l2Pf4'
  1142. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /root/.ansible/tmp/ansible-tmp-1464595243.87-247014628310687/tmp_l2Pf4 '
  1143. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'rm -rf /root/.ansible/tmp/ansible-tmp-1464595243.87-247014628310687/ >/dev/null 2>&1'
  1144. changed: [172.20.12.5] => {"changed": true, "rc": 0, "stderr": "OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013\r\ndebug1: Reading configuration data /etc/ssh/ssh_config\r\ndebug1: /etc/ssh/ssh_config line 57: Applying options for *\r\ndebug1: auto-mux: Trying existing master\r\ndebug2: fd 3 setting O_NONBLOCK\r\ndebug2: mux_client_hello_exchange: master version 4\r\ndebug3: mux_client_forwards: request forwardings: 0 local, 0 remote\r\ndebug3: mux_client_request_session: entering\r\ndebug3: mux_client_request_alive: entering\r\ndebug3: mux_client_request_alive: done pid = 30030\r\ndebug3: mux_client_request_session: session request sent\r\ndebug1: mux_client_request_session: master session id: 2\r\ndebug3: mux_client_read_packet: read header failed: Broken pipe\r\ndebug2: Received exit status from master 0\r\nShared connection to 172.20.12.5 closed.\r\n", "stdout": ""}
  1145.  
  1146. PLAY RECAP ********************************************************************
  1147. 172.20.12.5 : ok=2 changed=1 unreachable=0 failed=0
  1148.  
  1149. 2016-05-30_16-00-43
  1150. executing shell command[
  1151. yaml_file=`mktemp`
  1152. cat <<EOF >> $yaml_file
  1153. ---
  1154. - hosts: 172.20.12.5
  1155. remote_user: root
  1156. tasks:
  1157. - name: pre-install script
  1158. script: /tmp/tmp_l2Pf4
  1159.  
  1160. EOF
  1161. ansible-playbook -vvvv $yaml_file
  1162. ]:
  1163.  
  1164. PLAY [172.20.12.5] ************************************************************
  1165.  
  1166. GATHERING FACTS ***************************************************************
  1167. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  1168. <172.20.12.5> REMOTE_MODULE setup
  1169. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595244.19-183970659172531 && echo $HOME/.ansible/tmp/ansible-tmp-1464595244.19-183970659172531'
  1170. <172.20.12.5> PUT /tmp/tmpsi651O TO /root/.ansible/tmp/ansible-tmp-1464595244.19-183970659172531/setup
  1171. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C /usr/bin/python /root/.ansible/tmp/ansible-tmp-1464595244.19-183970659172531/setup; rm -rf /root/.ansible/tmp/ansible-tmp-1464595244.19-183970659172531/ >/dev/null 2>&1'
  1172. ok: [172.20.12.5]
  1173.  
  1174. TASK: [pre-install script] ****************************************************
  1175. <172.20.12.5> ESTABLISH CONNECTION FOR USER: root
  1176. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'mkdir -p $HOME/.ansible/tmp/ansible-tmp-1464595244.34-181895261530692 && echo $HOME/.ansible/tmp/ansible-tmp-1464595244.34-181895261530692'
  1177. <172.20.12.5> PUT /tmp/tmp_l2Pf4 TO tmp_l2Pf4
  1178. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'chmod +rx tmp_l2Pf4'
  1179. <172.20.12.5> EXEC ssh -C -tt -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=10 172.20.12.5 /bin/sh -c 'LANG=C LC_CTYPE=C tmp_l2Pf4 '
  1180. failed: [172.20.12.5] => {"changed": true, "rc": 127}
  1181. stderr: OpenSSH_6.6.1, OpenSSL 1.0.1e-fips 11 Feb 2013
  1182. debug1: Reading configuration data /etc/ssh/ssh_config
  1183. debug1: /etc/ssh/ssh_config line 57: Applying options for *
  1184. debug1: auto-mux: Trying existing master
  1185. debug2: fd 3 setting O_NONBLOCK
  1186. debug2: mux_client_hello_exchange: master version 4
  1187. debug3: mux_client_forwards: request forwardings: 0 local, 0 remote
  1188. debug3: mux_client_request_session: entering
  1189. debug3: mux_client_request_alive: entering
  1190. debug3: mux_client_request_alive: done pid = 30030
  1191. debug3: mux_client_request_session: session request sent
  1192. debug1: mux_client_request_session: master session id: 2
  1193. debug3: mux_client_read_packet: read header failed: Broken pipe
  1194. debug2: Received exit status from master 127
  1195. Shared connection to 172.20.12.5 closed.
  1196.  
  1197. stdout: /bin/sh: tmp_l2Pf4: command not found
  1198.  
  1199.  
  1200. FATAL: all hosts have already failed -- aborting
  1201.  
  1202. PLAY RECAP ********************************************************************
  1203. to retry, use: --limit @/root/tmp.fnV5qzXg2b.retry
  1204.  
  1205. 172.20.12.5 : ok=1 changed=0 unreachable=0 failed=1
  1206.  
  1207. None
  1208. None
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement