ansible/lib/ansible
Susant Sahani 59dcf3f277 nmcli: Introduce SIT Tunnel (#45937)
This work enables to add sit tunnel via nmcli module

Signed-off-by: Susant Sahani susant@redhat.com

SUMMARY
ISSUE TYPE
Feature Pull Request
COMPONENT NAME
nmcli

ANSIBLE VERSION
2.8
ADDITIONAL INFORMATION
  - nmcli:
       state: present
       type: sit
       conn_name: sit_test1
       autoconnect: yes
       ip_tunnel_dev: enp0s8
       ip_tunnel_local: 192.168.1.2
       ip_tunnel_remote: 192.168.1.5
2018-12-12 23:06:09 -05:00
..
cli Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
compat Move unit test compat code out of lib/ansible/. (#46996) 2018-10-12 20:01:14 -07:00
config Inventory plugins move auto before ini (#44428) 2018-12-11 15:17:05 -05:00
errors Add better error when k=v syntax is used with YAML in tasks (#41754) 2018-12-04 12:32:02 -05:00
executor win become: refactor and add support for passwordless become (#48082) 2018-12-12 17:15:25 -08:00
galaxy Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
inventory Inventory plugins move auto before ini (#44428) 2018-12-11 15:17:05 -05:00
module_utils win become: refactor and add support for passwordless become (#48082) 2018-12-12 17:15:25 -08:00
modules nmcli: Introduce SIT Tunnel (#45937) 2018-12-12 23:06:09 -05:00
parsing Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
playbook Consolidate handler tracking (#49338) 2018-12-11 10:58:19 -05:00
plugins inventory plugin order: update doc 2018-12-12 09:35:13 -08:00
template Add now() jinja2 global func for getting the date/time (#43792) 2018-12-07 11:25:53 -06:00
utils Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
vars Simplify FactCache.update() 2018-12-05 12:33:27 -08:00
__init__.py
constants.py become_method: make dzdo more like sudo (#47946) 2018-12-04 18:24:32 -05:00
release.py Codename: How Many More Times 2018-09-04 12:38:29 -04:00