mellanox.onyx.onyx_vxlan – Configures Vxlan¶
Note
This plugin is part of the mellanox.onyx collection (version 1.0.0).
To install it use: ansible-galaxy collection install mellanox.onyx
.
To use it in a playbook, specify: mellanox.onyx.onyx_vxlan
.
Synopsis¶
This module provides declarative management of Vxlan configuration on Mellanox ONYX network devices.
Parameters¶
Examples¶
- name: Configure Vxlan
onyx_vxlan:
nve_id: 1
loopback_id: 1
bgp: yes
mlag-tunnel-ip: 100.0.0.1
vni_vlan_list:
- vlan_id: 10
vni_id: 10010
- vlan_id: 6
vni_id: 10060
arp_suppression: yes
Return Values¶
Common return values are documented here, the following are the fields unique to this module:
Authors¶
Anas Badaha (@anasb)