Commit graph

14 commits

Author SHA1 Message Date
Tim Rupp
56a517b054 Fixes missing validate_certs parameter
The bigip_api method was changed in the module_utils function definition
to include the validate_certs option but the bigip_virtual_server module
was not updated accordingly. This patch updates the method so that the
error message below is not returned to the user

received exception: bigip_api() takes exactly 4 arguments (3 given)
2016-02-01 16:27:09 -08:00
Toshio Kuratomi
36be779888 Remove duplicate documentation fields 2016-01-28 09:20:55 -08:00
Toshio Kuratomi
39c3004337 Add a returns section for bigip_virtual-server 2016-01-11 13:05:51 -08:00
Toshio Kuratomi
4ef40ab421 Fix documentation build 2016-01-11 12:56:43 -08:00
Toshio Kuratomi
6797c42821 Update the version_added to 2.1 2016-01-11 11:34:44 -08:00
Etienne CARRIERE
aaf16fe337 Developpement of enabled/disabled state 2015-11-18 06:52:03 +01:00
Etienne CARRIERE
be9058201f Apply changes according to the review 2015-11-18 06:09:28 +01:00
Etienne CARRIERE
6cdfe07518 Take review comments in accounts (pull request :582) 2015-10-01 20:59:28 +02:00
Etienne CARRIERE
fc9078229c Add "Default Persistence profile" support 2015-07-02 08:20:29 +02:00
Etienne CARRIERE
757fc291c1 Rework on Exception management 2015-07-02 07:35:19 +02:00
Etienne CARRIERE
3d9fd24d62 Localize exceptions for F5 LTM virtual server module 2015-07-01 22:26:32 +02:00
Etienne CARRIERE
ca366059d3 Documentation fixes 2015-06-05 20:43:38 +02:00
Etienne CARRIERE
24ae114a2a Factor F5 virtual_server module with the common functions 2015-06-04 08:30:32 +02:00
Etienne CARRIERE
9139ac5460 Creation of bigip_virtual_server module 2015-06-04 08:20:20 +02:00