all.yml 879 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ---
  2. # This file holds variables relevant to all sites and devices.
  3. #
  4. # This should always be "nxos".
  5. ansible_network_os: nxos
  6. # Core variables
  7. core_hsrp_vip_v4_suffix: "254"
  8. core_hsrp_vip_v6_suffix: "fe"
  9. core_hsrp_v4_track: "3"
  10. core_hsrp_v6_track: "5"
  11. # Base IPv4 Variables
  12. base_major_net: "10"
  13. # Base IPv6 Variables
  14. base_v6_prefix: "2a05:f8c0:2"
  15. # OSPF Variables
  16. ospf_pid: "1"
  17. # IDF Variables
  18. stretched_idf_id: "252"
  19. # TACACS+ variables
  20. tacacs_group_name: ISE
  21. tacacs_host_timeout: "10"
  22. tacacs_servers:
  23. - { host: 10.100.253.7 }
  24. - { host: 10.100.254.7 }
  25. # Port-channel variables
  26. port_channels:
  27. - port-channel99: True
  28. - port-channel66: False
  29. - port-channel67: False
  30. - port-channel11: False
  31. - port-channel12: False
  32. # VMware variables
  33. cluster_vswitch:
  34. - FlexPod: vSwitch0
  35. - HyperFlex-DC1: vswitch-hx-vm-network
  36. - HyperFlex-DC2: vswitch-hx-vm-network