task path: /home/"user"/orc2.yml:56 | ||
<xx.xx.xx.xx> ESTABLISH SSH CONNECTION FOR USER: "user" | ||
<xx.xx.xx.xx> SSH: EXEC sshpass -d8 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User=""user""' -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/556bc6aa24 xx.xx.xx.xx '/bin/sh -c '"'"'echo ~"user" && sleep 0'"'"'' | ||
<xx.xx.xx.xx> (0, '/home/"user"\n', '') | ||
<xx.xx.xx.xx> ESTABLISH SSH CONNECTION FOR USER: "user" | ||
<xx.xx.xx.xx> SSH: EXEC sshpass -d8 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User=""user""' -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/556bc6aa24 xx.xx.xx.xx '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo /home/"user"/.ansible/tmp/ansible-tmp-1566509476.54-174156054247266 `" && echo ansible-tmp-1566509476.54-174156054247266="` echo /home/"user"/.ansible/tmp/ansible-tmp-1566509476.54-174156054247266 `" ) && sleep 0'"'"'' | ||
<xx.xx.xx.xx> (0, 'ansible-tmp-1566509476.54-174156054247266=/home/"user"/.ansible/tmp/ansible-tmp-1566509476.54-174156054247266\n', '') | ||
Using module file /usr/lib/python2.7/site-packages/ansible/modules/commands/command.py | ||
<xx.xx.xx.xx> PUT /root/.ansible/tmp/ansible-local-4406071GcMlt/tmpbaJE2Y TO /home/"user"/.ansible/tmp/ansible-tmp-1566509476.54-174156054247266/AnsiballZ_command.py | ||
<xx.xx.xx.xx> SSH: EXEC sshpass -d8 sftp -o BatchMode=no -b - -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User=""user""' -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/556bc6aa24 '[xx.xx.xx.xx]' | ||
<xx.xx.xx.xx> (0, 'sftp> put /root/.ansible/tmp/ansible-local-4406071GcMlt/tmpbaJE2Y /home/"user"/.ansible/tmp/ansible-tmp-1566509476.54-174156054247266/AnsiballZ_command.py\n', '') | ||
<xx.xx.xx.xx> ESTABLISH SSH CONNECTION FOR USER: "user" | ||
<xx.xx.xx.xx> SSH: EXEC sshpass -d8 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User=""user""' -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/556bc6aa24 xx.xx.xx.xx '/bin/sh -c '"'"'chmod u+x /home/"user"/.ansible/tmp/ansible-tmp-1566509476.54-174156054247266/ /home/"user"/.ansible/tmp/ansible-tmp-1566509476.54-174156054247266/AnsiballZ_command.py && sleep 0'"'"'' | ||
<xx.xx.xx.xx> (0, '', '') | ||
<xx.xx.xx.xx> ESTABLISH SSH CONNECTION FOR USER: "user" | ||
<xx.xx.xx.xx> SSH: EXEC sshpass -d8 ssh -C -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o 'User=""user""' -o ConnectTimeout=10 -o ControlPath=/root/.ansible/cp/556bc6aa24 -tt xx.xx.xx.xx '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SUCCESS-uenhiefkacvemgvpzjilhutpwqostcuo ; /usr/bin/python /home/"user"/.ansible/tmp/ansible-tmp-1566509476.54-174156054247266/AnsiballZ_command.py'"'"'"'"'"'"'"'"' && sleep 0'"'"'' | ||
<xx.xx.xx.xx> (255, 'BECOME-SUCCESS-uenhiefkacvemgvpzjilhutpwqostcuo\r\n', 'Shared connection to xx.xx.xx.xx closed.\r\n') | ||
fatal: [xx.xx.xx.xx]: UNREACHABLE! => { | ||
"changed": false, | ||
"msg": "Failed to connect to the host via ssh: Shared connection to xx.xx.xx.xx closed.", | ||
"unreachable": true This is how the tasj is defined . | - name: Ejecutar script oracle command: cd /oracle/scripts/ ; ./InstalarOracle.sh > /oracle/scripts/InstalarOracle.log async: 10800 Any help ? thank you so much |