community.general/lib/ansible/modules/network
Sean Cavanaugh a52a7d2065 adding support for loopback interface (#36141)
* adding support for loopback interface

currently the loopback interface lo is not supported with vyos_l3_interface, this commit fixes that.  Right now there is a limit of loopback interfaces to just lo, if you want more interfaces you need to use a dummy interface https://wiki.vyos.net/wiki/Dummy_interfaces

* fixing spacing as per pep8 test

fixing issues for sanity test

lib/ansible/modules/network/vyos/vyos_l3_interface.py:120:15: E111 indentation is not a multiple of four
lib/ansible/modules/network/vyos/vyos_l3_interface.py:122:15: E111 indentation is not a multiple of four
lib/ansible/modules/network/vyos/vyos_l3_interface.py:126:19: E111 indentation is not a multiple of four
lib/ansible/modules/network/vyos/vyos_l3_interface.py:128:19: E111 indentation is not a multiple of four
lib/ansible/modules/network/vyos/vyos_l3_interface.py:131:19: E111 indentation is not a multiple of four
lib/ansible/modules/network/vyos/vyos_l3_interface.py:133:19: E111 indentation is not a multiple of four
lib/ansible/modules/network/vyos/vyos_l3_interface.py:137:15: E111 indentation is not a multiple of four
lib/ansible/modules/network/vyos/vyos_l3_interface.py:140:15: E111 indentation is not a multiple of four
lib/ansible/modules/network/vyos/vyos_l3_interface.py:145:15: E111 indentation is not a multiple of four
lib/ansible/modules/network/vyos/vyos_l3_interface.py:148:15: E111 indentation is not a multiple of four

* ugh, missed on spacing issue

* getting rid of continuation lines, the CI system does not like it
2018-02-14 13:01:48 +05:30
..
a10 Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
aci aci_aep_to_domain: Fix query all objects (#36131) 2018-02-13 19:07:23 +01:00
aireos Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
aos Remove deprecated get_exception API 2018-02-05 23:39:56 -05:00
aruba Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
asa Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
avi New module to setup WAF profile. (#34363) 2018-01-23 20:22:54 +00:00
bigswitch Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
citrix Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
cloudengine Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
cloudvision
cnos Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
cumulus Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
dellos6 Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
dellos9 Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
dellos10 Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
edgeos Add EdgeOS config module (#35867) 2018-02-07 21:12:15 -05:00
enos Fixing Bug for Embedded Switches in Parsing data (#35541) 2018-01-31 12:05:43 +00:00
eos Fix more docs vs argspec (#36048) 2018-02-12 17:42:25 +00:00
f5 More bug fixes before 2.5 (#35260) 2018-01-24 08:15:37 -08:00
fortimanager Fortinet FortiManager Scripting Module (#34518) 2018-01-26 18:40:12 +00:00
fortios Remove deprecated get_exception API 2018-02-05 23:39:56 -05:00
illumos Add module support to yamllint sanity test. (#34964) 2018-01-16 15:08:56 -08:00
interface Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
ios Fix more docs vs argspec (#36048) 2018-02-12 17:42:25 +00:00
iosxr Fix more docs vs argspec (#36048) 2018-02-12 17:42:25 +00:00
ironware Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
junos Remove potentially confusing `provider` from module documentation (#35851) 2018-02-07 16:33:11 -05:00
layer2 Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
layer3 Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
netact Netact cm command2 (#34873) 2018-01-30 19:00:29 +00:00
netconf adds support for using connection=netconf (#33400) 2018-01-24 21:48:41 +05:30
netscaler Netscaler various fixes (#34800) 2018-02-06 19:11:44 +00:00
netvisor Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
nso Add nso_query module to query Cisco NSO using XPath (#34188) 2017-12-22 16:56:50 +00:00
nuage Deprecate tests used as filters (#32361) 2017-11-27 17:58:08 -05:00
nxos fix nxos_interface_ospf issues (#35988) 2018-02-13 09:27:22 +05:30
onyx Mellanox OS name change: MLNXOS changed to ONYX (#34753) 2018-01-11 22:21:17 +00:00
ordnance Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
ovs Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
panos new panos_match_rule module (#35202) 2018-02-06 19:57:19 +00:00
protocol
radware Fixing wrong parameter name in documentation example (#33633) 2017-12-06 17:04:13 +00:00
routing provide detailed description of module (#36107) 2018-02-13 14:00:48 +00:00
sros Add examples and language to better showcase the 'parents' parameter in multiple network modules (#34486) 2018-02-09 13:31:37 +00:00
system Remove potentially confusing `provider` from module documentation (#35851) 2018-02-07 16:33:11 -05:00
vyos adding support for loopback interface (#36141) 2018-02-14 13:01:48 +05:30
__init__.py