community.general/lib/ansible/modules
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
..
cloud VMware: Improve module vmware_host_vmnic_facts (#47278) 2018-10-30 12:21:50 +05:30
clustering Add to k8s_raw docs re: vault-encrypted files (#47328) 2018-10-28 16:17:44 +10:00
commands Add helper function to return helpful import error msg (#47409) 2018-10-24 07:21:36 +10:00
crypto Type error in openssl_certificate (#47508) 2018-10-26 09:11:00 +05:30
database Update proxysql_manage_config.py (#47613) 2018-10-26 11:35:01 +10:00
files Addresses comments in #38971 (#44324) 2018-10-29 11:33:14 +00:00
identity update cyberark metadata to certified (#46978) 2018-10-12 13:54:48 -05:00
inventory
messaging Ignore empty result of rabbitmqctl list_parameters (#47021) 2018-10-27 02:58:10 -04:00
monitoring Misc typo fixes (#47699) 2018-10-28 12:35:30 +05:30
net_tools nmcli: Introduce VxLan (#45932) 2018-10-30 03:17:33 -04:00
network Fixes unit tests for vcmp guest module (#47792) 2018-10-29 21:51:50 -07:00
notification Add matrix notification module (#45823) 2018-10-24 08:54:38 +01:00
packaging apt: warn users on auto-install dep (#47704) 2018-10-29 19:56:15 +01:00
remote_management Fix idempotency issues in set_bios_attributes 2018-10-25 11:02:02 -04:00
source_control Enable additional pylint rules and resolve issues found. (#47221) 2018-10-18 13:38:08 -07:00
storage IBM_Storage: Added a module to define volume mapping on IBM spectrum … (#45110) 2018-10-29 09:50:50 -04:00
system Fix python3 problem in user module cve fix 2018-10-22 18:31:57 -07:00
utilities refresh_inventory doc typo (#47402) 2018-10-22 07:59:24 +10:00
web_infrastructure Creates base Sophos UTM module (#45781) 2018-10-26 23:21:54 +05:30
windows win_domain: Add missing functionality (#46552) 2018-10-19 13:18:52 +10:00
__init__.py