Guest User

Untitled

a guest
Nov 8th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. fatal: [IE23PVPNFW01]: FAILED! => {
  2. "changed": false,
  3. "failed": true,
  4. "msg": "unable to open shell. Please see: https://docs.ansible.com/ansible/network_debug_troubleshooting.html#unable-to-open-shell"
  5. }
  6.  
  7. ---
  8. - hosts: IE23PVPNFW01
  9. gather_facts: false
  10. connection: local
  11. vars:
  12. cli:
  13. username: user
  14. password: password
  15. authorize: yes
  16. auth_pass: password
  17. transport: cli
  18. tasks:
  19. - asa_config:
  20. lines:
  21. - snmp-server host transit 10.42.9.35 poll community SaNu9eSu
  22. save:
  23. - yes
Add Comment
Please, Sign In to add comment