Guest User

Untitled

a guest
Jul 22nd, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. {
  2. "ansible_facts": {
  3. "network_config": {
  4. "nxos_vlan": {
  5. "aggregate": [
  6. {
  7. "mapped_vni": 0,
  8. "mode": "ce",
  9. "state": "present",
  10. "vlan_id": 2,
  11. "vlan_name": "vlan2"
  12. },
  13. {
  14. "mapped_vni": 0,
  15. "mode": "ce",
  16. "state": "present",
  17. "vlan_id": 3,
  18. "vlan_name": "vlan3"
  19. }
  20. ]
  21. }
  22. }
  23. }
  24. }
Add Comment
Please, Sign In to add comment