You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See the latest Ansible documentation.
# Creates port eth2 on bridge br-ex-openvswitch_port:bridge:br-export:eth2state:present# Creates port eth6-openvswitch_port:bridge:bridge-loopport:eth6state:presentset:Interface eth6# Creates port vlan10 with tag 10 on bridge br-ex-openvswitch_port:bridge:br-export:vlan10tag:10state:presentset:Interface vlan10# Assign interface id server1-vifeth6 and mac address 00:00:5E:00:53:23# to port vifeth6 and setup port to be managed by a controller.-openvswitch_port:bridge:br-intport:vifeth6state:presentargs:external_ids:iface-id:'{{inventory_hostname}}-vifeth6'attached-mac:'00:00:5E:00:53:23'vm-id:'{{inventory_hostname}}'iface-status:active
For more information about Red Hat’s this support of this module, please
refer to this knowledge base article<https://access.redhat.com/articles/rhel-top-support-policies>