Hello
I am testing vswitch module can create add nics but I want to remove nic
from vswithc is it possible
- name: Add a VMware vSwitch with multiple NICs
community.vmware.vmware_vswitch:
hostname: '{{ esxi_hostname }}'
username: '{{ esxi_username }}'
password: '{{ esxi_password }}'
switch: vmware_vswitch_0004
nics:
- vmnic1
- vmnic2
mtu: 9000
state: present
delegate_to: localhost
state absent removing vswitch unfortunatly :(
greetings
Jon
--
You received this message because you are subscribed to the Google Groups
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/dcf64abb-378c-4618-967b-43c8da25c70dn%40googlegroups.com.