Commit Graph

17 Commits (5a278a8ecd3e62b7805902d084efab58abc33593)

Author SHA1 Message Date
David Keijser 7b7af3bcf9 Make it possible to manage rules of f5 vs (#1821) 8 years ago
Tim Rupp c400598332 Reverse the unpack list operation
Instead of doing an unpack, deliberately specify which parameters you
want to use. This allows us to flexibly add more parameters to the
f5_argument_spec without having to rewrite all the modules that use
it.

Functionally this commit changes nothing, it just provides for a
different way of accessing the parameters to the module
9 years ago
Tim Rupp 86f08bfcda Adds the __main__ conditional check (#2098)
As is done in other ansible modules, this adds the __main__ check
to the module so that the module code itself can be used as a library.
For instance, when testing the code.
9 years ago
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)
9 years ago
Toshio Kuratomi 36be779888 Remove duplicate documentation fields 9 years ago
Toshio Kuratomi 39c3004337 Add a returns section for bigip_virtual-server 9 years ago
Toshio Kuratomi 4ef40ab421 Fix documentation build 9 years ago
Toshio Kuratomi 6797c42821 Update the version_added to 2.1 9 years ago
Etienne CARRIERE aaf16fe337 Developpement of enabled/disabled state 9 years ago
Etienne CARRIERE be9058201f Apply changes according to the review 9 years ago
Etienne CARRIERE 6cdfe07518 Take review comments in accounts (pull request :582) 9 years ago
Etienne CARRIERE fc9078229c Add "Default Persistence profile" support 9 years ago
Etienne CARRIERE 757fc291c1 Rework on Exception management 9 years ago
Etienne CARRIERE 3d9fd24d62 Localize exceptions for F5 LTM virtual server module 9 years ago
Etienne CARRIERE ca366059d3 Documentation fixes 9 years ago
Etienne CARRIERE 24ae114a2a Factor F5 virtual_server module with the common functions 9 years ago
Etienne CARRIERE 9139ac5460 Creation of bigip_virtual_server module 9 years ago