Advertisement
Guest User

Untitled

a guest
Jul 18th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. ---
  2. - hosts: vsrx02
  3. user: root
  4. connection: local
  5. gather_facts: no
  6. roles:
  7. - Juniper.junos
  8. tasks:
  9.  
  10. - name: show
  11. junos_command:
  12. commands: "show configuration policy-options prefix-list hni12345 | count"
  13. host: vsrx02
  14. username: root
  15. password: Juniper
  16. display: text
  17.  
  18. "stdout_lines": [
  19. [
  20. "",
  21. "169.254.169.254/32;",
  22. ""
  23. ]
  24. ],
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement