Files
community.general/lib/ansible/modules/net_tools
Susant Sahani 2596ac196f nmcli: Introduce VxLan (#45932)
This work enables to add vxlan via nmcli module

```
  - nmcli:
      type: vxlan
      conn_name: vxlan_test1
      vxlan_id: 16
      vxlan_local: 192.168.1.2
      vxlan_remote: 192.168.1.5
```
ansible 2.8.0

revision 1: Added tests

Signed-off-by: Susant Sahani <susant@redhat.com>
2018-10-30 03:17:33 -04:00
..
2017-08-15 23:12:08 -07:00
2017-12-07 20:25:55 +00:00
2018-03-21 11:04:55 -07:00
2018-10-30 03:17:33 -04:00