add-vlan-playbook.yml 353 B

1234567891011121314151617181920
  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: UCS
  11. gather_facts: false
  12. roles:
  13. - ucs-vlan
  14. - name: Configure ESXi hosts through vCenter
  15. hosts: vCenter
  16. gather_facts: false
  17. roles:
  18. - vmware-vlan