add-vlan-playbook.yml 368 B

12345678910111213141516171819202122
  1. ---
  2. - name: Configure network switches
  3. hosts: NXOS
  4. gather_facts: false
  5. connection: network_cli
  6. roles:
  7. - nxos-vlan
  8. - write-mem
  9. - name: Configure UCS Clusters
  10. hosts:
  11. - UCS
  12. - HX
  13. gather_facts: false
  14. roles:
  15. - ucs-vlan
  16. - name: Configure ESXi hosts through vCenter
  17. hosts: vCenter
  18. gather_facts: false
  19. roles:
  20. - vmware-vlan