community.general/lib/ansible/modules
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
..
cloud Corrected the helm module documentation to the correct default state (installed -> present). (#35950) (#35951) 2018-02-13 13:34:17 +01:00
clustering Upgrade to openshift client 0.4.0 (#35127) 2018-02-13 10:34:24 -05:00
commands Update docs for telnet module (#35257) 2018-01-24 07:33:47 +00:00
crypto Code style words in docs 2018-02-08 15:58:01 -05:00
database influxdb_user: implement user password change (#35471) 2018-02-06 11:01:51 +01:00
files Fix copy for implicit relative paths (#35016) 2018-02-08 00:12:32 -08:00
identity keycloak_client: expand documentation, add some checking (#35545) 2018-02-08 08:07:54 -05:00
inventory
messaging rabbitmq_policy: fix IndexError when no policies exist yet (#33556) 2018-01-26 22:00:53 +01:00
monitoring expect default value of `version` param as None (#35790) 2018-02-08 12:10:19 -05:00
net_tools exo_dns_record: remove limitation for multiple records only for A type (#35173) 2018-02-05 22:40:02 +01:00
network adding support for loopback interface (#36141) 2018-02-14 13:01:48 +05:30
notification Module DOCUMENTATION should match argspec (#34895) 2018-01-16 12:18:51 +00:00
packaging Homebrew Cask: Multiple updates (#35759) 2018-02-08 11:00:06 -05:00
remote_management Add GCE provider for ManageIQ (#35705) 2018-02-05 04:43:19 -05:00
source_control [git] Fix switching branch of shallow clone (#18728) 2018-02-07 18:07:02 -05:00
storage Remove deprecated get_exception API 2018-02-05 23:39:56 -05:00
system Fixed spelling error in runit module (#35948) 2018-02-10 21:13:55 +05:30
utilities undeprecate include 2018-02-07 12:35:56 -05:00
web_infrastructure Remove deprecated get_exception API 2018-02-05 23:39:56 -05:00
windows win_uri: fixes (#35487) 2018-02-07 20:58:47 +11:00
__init__.py