Advertisement
Guest User

Untitled

a guest
Aug 1st, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. ansible IPADRESS -m ping -k -u root -vvvv
  2. Using /etc/ansible/ansible.cfg as config file
  3. SSH password:
  4. Loaded callback minimal of type stdout, v2.0
  5. <IPADRESS> ESTABLISH SSH CONNECTION FOR USER: root
  6. <IPADRESS> SSH: EXEC sshpass -d13 ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o User=root -o ConnectTimeout=10 -o ControlPath=/home/slune/.ansible/cp/ansible-ssh-%h-%p-%r IPADRESS '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1470075653.32-116601474063244 `" && echo ansible-tmp-1470075653.32-116601474063244="` echo $HOME/.ansible/tmp/ansible-tmp-1470075653.32-116601474063244 `" ) && sleep 0'"'"''
  7. IPADRESS | UNREACHABLE! => {
  8. "changed": false,
  9. "msg": "Authentication failure.",
  10. "unreachable": true
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement