Tim Rupp
0e71f62a95
Various small fixes to bigip modules ( #48769 )
2018-11-15 19:48:22 -08:00
Tim Rupp
46fa68ac27
Updates to the f5 module utils ( #48428 )
...
Updating module utils to align with functionality in modules
2018-11-09 11:06:18 -08:00
Tim Rupp
35e0434042
Update f5 module utils from downstream ( #45819 )
...
* various refactoring
* lgtm fixes
* bigiq support to different auth providers
2018-09-18 18:20:44 -04:00
Tim Rupp
79153b95e5
Adds params to the profile-client-ssl module ( #44656 )
...
This patch adds new parameters to the client ssl module.
2018-08-24 15:51:24 -04:00
Tim Rupp
dc08bca1fd
Fix connection error reporting ( #40758 )
...
The variables used for reporting errors were incorrect. Additionally,
the fetching of connection related params was using an old format.
2018-05-26 17:23:38 -07:00
Tim Rupp
5e7878a6a1
Adds various fixes for f5 modules ( #40208 )
...
* Adds stty expansion for cli commands
* minor fixes
* Make bigiq rest client work correctly
2018-05-16 12:14:12 -07:00
Tim Rupp
00a6b19e58
Fixes and additions for f5 modules ( #39986 )
...
Small fixes in the f5 module utils. I believe the action plugins now
work consistently across types of connections
2018-05-11 11:45:42 -07:00
Tim Rupp
d38ae9b6c9
Adds the bigip_data_group module ( #39180 )
...
This module can be used to manipulate bigip data groups.
2018-04-23 11:52:57 -07:00
Tim Rupp
95188ed35c
Fixes repeated calls to create an API object ( #35816 )
...
This patch fixes repeated attempts that the module would make to
re-create an API object. The change stores a copy for later lookup
instead. This prevents uncontrolled tokens from being created.
2018-02-06 22:16:26 -08:00
Tim Rupp
bff862b05d
Fixes bigip_asm_policy ( #35154 )
...
This module had been unable to successfully create policies
on different partitions. This appears to be fixed now
2018-01-21 10:11:27 -08:00
Tim Rupp
8cc0e74448
Adds better error handling to f5 api connections ( #35020 )
...
Previously, the failure of the API connection would result
in a stack trace. This patch makes the failure capable of exiting
with fail_json
2018-01-17 16:14:35 -08:00
Tim Rupp
70e49b9243
Updates module utils for f5 ( #34660 )
...
These module utils are a refactor of the legacy ones and, in addition,
there are several new methods and classes to support f5 modules going
forward
2018-01-09 12:15:02 -08:00