community.general/lib/ansible/modules/network
Tim Rupp eace686044
Various fixes and changes for F5 (#34817)
Primarily, this patch contains refactors to remove tracebacks that
are generated when libraries are missing. There is also,

* Removed re-def of cleanup_tokens.
* Changed parameter args to be keywords.
* Changed imports to include new module_util locations.
* Imports also include developing (sideband) module_util locations.
* Changed to using F5Client and plain AnsibleModule to prevent tracebacks caused by missing libraries.
* Removed init and update methods from most Parameter classes (optimization) as its now included in module_utils.
* Changed module and module param references to take into account the new self.module arg. Minor bug fixes made during this refactor.
2018-01-12 13:23:19 -08:00
..
a10 Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
aci Fix small typo 2018-01-12 15:06:05 +01:00
aireos Refactor common network shared and platform utils code into package (#33452) 2017-12-03 21:42:30 +05:30
aos Bulk pep8 fixes - hand crafted (#33690) 2017-12-07 19:29:21 -08:00
aruba Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
asa Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
avi New Avi module to setup custom IPAM DNS profile (#34358) 2018-01-03 22:19:48 +00:00
bigswitch Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
citrix netscaler: PEP8 compliancy and documentation changes (#32653) 2017-11-08 02:27:57 -05:00
cloudengine Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
cloudvision Update metadata to 1.1 2017-08-15 23:12:08 -07:00
cnos Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
cumulus Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
dellos6 Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
dellos9 Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
dellos10 Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
enos Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
eos Fix enable_https alias docstring (#34633) 2018-01-09 15:24:45 +01:00
f5 Various fixes and changes for F5 (#34817) 2018-01-12 13:23:19 -08:00
fortios Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
illumos Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
interface Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
ios Add ios_linkagg DI module (#33215) 2018-01-11 12:33:15 +05:30
iosxr cliconf and netconf refactor of iosxr_logging (#34495) 2018-01-11 10:08:11 +05:30
ironware Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
junos Add missing msg in fail_json (#33543) 2017-12-04 21:57:58 +05:30
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
netconf Fix trailing space in ec2_vol example, fix 'the the' typos (#28440) 2017-08-19 23:00:51 +02:00
netscaler Bulk autopep8 (modules) 2017-12-07 20:25:55 +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_banner (#34695) 2018-01-11 21:13:00 +05:30
onyx Mellanox OS name change: MLNXOS changed to ONYX (#34753) 2018-01-11 22:21:17 +00:00
ordnance Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
ovs Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
panos Bulk autopep8 (modules) 2017-12-07 20:25:55 +00:00
protocol Assign network modules maintained by the network team the network metadata 2017-08-15 23:12:08 -07:00
radware Fixing wrong parameter name in documentation example (#33633) 2017-12-06 17:04:13 +00:00
routing Specify default delay (DOCUMENTATION only change) (#30344) 2017-09-14 11:42:20 +01:00
sros Adds parents to mutually_exclusive with src for *_config modules (#33957) 2018-01-03 09:47:12 -05:00
system Modules metadata: fix invalid GitHub ID in author field (#31856) 2017-11-02 06:52:18 -04:00
vyos Revert "Deprecate Entity, EntityCollection and use subspec in network modules (#33575)" (#33849) 2017-12-13 13:07:52 +05:30
__init__.py