Advertisement
jgilfoil

ansible_user error

Jan 20th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. [psoft@net11920 ansible]$ ansible-playbook playbook_playground/testbecome.yml -i testing-inventory -u svc_cst_psadmin --limit net12253 -vvvv
  2. Using /etc/ansible/ansible.cfg as config file
  3. Loaded callback default of type stdout, v2.0
  4.  
  5. PLAYBOOK: testbecome.yml *******************************************************
  6. 1 plays in playbook_playground/testbecome.yml
  7.  
  8. PLAY [peoplesoft-nonprod-servers:peoplesoft-prod-servers] **********************
  9.  
  10. TASK [setup] *******************************************************************
  11. <net12253.net.ucf.edu> ESTABLISH SSH CONNECTION FOR USER: psoft
  12. <net12253.net.ucf.edu> SSH: EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=psoft -o ConnectTimeout=10 -o ControlPath=/app/psoft/.ansible/cp/ansible-ssh-%h-%p-%r net12253.net.ucf.edu '/bin/sh -c '"'"'( umask 77 && mkdir -p "` echo $HOME/.ansible/tmp/ansible-tmp-1485188297.19-40594618712028 `" && echo ansible-tmp-1485188297.19-40594618712028="` echo $HOME/.ansible/tmp/ansible-tmp-1485188297.19-40594618712028 `" ) && sleep 0'"'"''
  13. <net12253.net.ucf.edu> PUT /tmp/tmpCW8fmZ TO /app/psoft/.ansible/tmp/ansible-tmp-1485188297.19-40594618712028/setup
  14. <net12253.net.ucf.edu> SSH: EXEC sftp -b - -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=psoft -o ConnectTimeout=10 -o ControlPath=/app/psoft/.ansible/cp/ansible-ssh-%h-%p-%r '[net12253.net.ucf.edu]'
  15. <net12253.net.ucf.edu> ESTABLISH SSH CONNECTION FOR USER: psoft
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement