You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is currently possible to specify only one source per port mirror session. It would be nice to be able to specify multiple sources as it is supported by VMware.
ISSUE TYPE
Feature Idea
COMPONENT NAME
vmware_vspan_session
ADDITIONAL INFORMATION
---
- hosts: "localhost"gather_facts: falsetasks:
- community.vmware.vmware_vspan_session:
hostname: "{{ vcenter_hostname }}"username: "{{ vcenter_username }}"password: "{{ vcenter_password }}"validate_certs: "{{ vcenter_validate_certs }}"switch_name: "DVSWITCH"name: "AnsibleMirrorTest"enabled: falsedescription: "Ansible mirror test"state: presentsession_type: "encapsulatedRemoteMirrorSource"sampling_rate: 1source_vm_received: # only one source currently supportedname: "testvm1"nic_label: "Network adapter 1"source_vm_received: # would be nice to be able to specify a list of sources in one port mirror
- name: "testvm1"nic_label: "Network adapter 1"
- name: "testvm2"nic_label: "Network adapter 2"destination_port: 192.168.45.10
The text was updated successfully, but these errors were encountered:
SUMMARY
It is currently possible to specify only one source per port mirror session. It would be nice to be able to specify multiple sources as it is supported by VMware.
ISSUE TYPE
COMPONENT NAME
vmware_vspan_session
ADDITIONAL INFORMATION
The text was updated successfully, but these errors were encountered: