summaryrefslogtreecommitdiff
path: root/test/integration/targets/prepare_vmware_tests/tasks/setup_switch.yml
blob: c63a28c52b06931e36dcef746b8235c4eb1ffbac (plain)
1
2
3
4
5
6
7
---
- name: Add a VMware vSwitchs
  vmware_vswitch:
    esxi_hostname: '{{ item }}'
    switch_name: "{{ switch1 }}"
    state: present
  with_items: "{{ esxi_hosts }}"