Advertisement
truambar

Untitled

Mar 23rd, 2018
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. # ERROR
  2. ***********************************************************************************************************************
  3. <201.167.93.254> using connection plugin network_cli
  4. fatal: [ZAP-CORE-R02]: FAILED! => {
  5. "changed": false,
  6. "msg": "unable to open shell. Please see: https://docs.ansible.com/ansible/network_debug_troubleshooting.html#unable-to-open-shell"
  7. }
  8. to retry, use: --limit @/home/eve/ansible/show-version-bastion_core.retry
  9.  
  10. ***********************************************************************************************************************
  11.  
  12.  
  13. Playbook
  14. ***********************************************************************************************************************
  15.  
  16. [bastion_core]
  17. ZAP-CORE-R02 ansible_host=201.167.93.254
  18.  
  19. [bastion_core:vars]
  20. ansible_ssh_common_args= '-o ProxyCommand="ssh -W %h:%p user@201.57.64.6"'
  21. ansible_user=scp_user
  22. ansible_ssh_pass=pass
  23. ansible_port=28282
  24. ***********************************************************************************************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement