René Moser
1989b8ba57
Merge pull request #1931 from mhite/bigip_pool_member_port_0
...
Allow port 0 as a valid pool member port
9 years ago
Matt Hite
8a27e785db
Allow port 0 as a valid pool member port
9 years ago
Jason Witkowski
b7dad3494e
The current module supporting F5 BIGIP pool creation does not support a setup where the port number must be zero to signify the pool will listen on multiple ports. This change implements that functionality and fixes an illogical conditional.
9 years ago
mxpt user
a7faa0124f
Fixing typo in bigip_monitors
...
Correcting set_template_int_property to set_template_integer_property
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
Toshio Kuratomi
f5d9a0568c
Merge pull request #582 from Etienne-Carriere/f5_vs
...
Creation of F5 virtual_server module
9 years ago
Toshio Kuratomi
c67316cbaf
Update f5 validate_certs functionality to do the right thing on multiple python versions
...
This requires the implementation in the module_utils code here
https://github.com/ansible/ansible/pull/13667 to funciton
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
Brian Coca
8903d0d968
Merge pull request #557 from perzizzle/gtm_wide_ip
...
Module for managing F5 GTM wide ip
9 years ago
Etienne CARRIERE
6cdfe07518
Take review comments in accounts (pull request :582)
9 years ago
Michael Perzel
af699f8475
Improve example wide_ip variable
9 years ago
Michael Perzel
c77a4a7108
Wrap main() in conditional
9 years ago
Michael Perzel
e2fc7b34a7
Update bigip_api method to use variable name server
9 years ago
Etienne CARRIERE
fc9078229c
Add "Default Persistence profile" support
10 years ago
Etienne CARRIERE
757fc291c1
Rework on Exception management
10 years ago
Etienne CARRIERE
3d9fd24d62
Localize exceptions for F5 LTM virtual server module
10 years ago
Greg DeKoenigsberg
004dedba8a
Changes to author formatting, remove emails
10 years ago
Etienne CARRIERE
1c6ae9333c
Factor common functions for F5 modules
10 years ago
Etienne CARRIERE
ca366059d3
Documentation fixes
10 years ago
Etienne CARRIERE
24ae114a2a
Factor F5 virtual_server module with the common functions
10 years ago
Etienne CARRIERE
9139ac5460
Creation of bigip_virtual_server module
10 years ago
Etienne CARRIERE
a0905a9d5e
Factor common functions for F5 modules
10 years ago
Michael Perzel
408214d1a8
Style updates
10 years ago
Michael Perzel
fb8c2ee810
Module for managing F5 wide ip
10 years ago
Brian Coca
5187c7fcd7
removed executable bit
10 years ago
Toshio Kuratomi
576d94e8d4
Update module_utils "import" to the new-style
...
Fixes #505
10 years ago
Brian Coca
edf519a0c2
moar quotes
10 years ago
Brian Coca
8acc31e1d3
Merge pull request #282 from mhite/bigip_session_state
...
Added session and monitor state enabling/disabling
10 years ago
Brian Coca
b285bb072f
Revert "Add enabled/disabled support to bigip_node"
10 years ago
Greg DeKoenigsberg
cab4a24653
Adding author's github id
10 years ago
Greg DeKoenigsberg
a564122100
Adding author's github id
10 years ago
Greg DeKoenigsberg
4996f64612
Adding author's github id
10 years ago
Greg DeKoenigsberg
9800126a6e
Adding author's github id
10 years ago
Greg DeKoenigsberg
2440e230e5
Adding author's github id
10 years ago
Greg DeKoenigsberg
321ad3b474
Adding author's github id
10 years ago
Greg DeKoenigsberg
b8e648536a
Adding author's github id
10 years ago
Brian Coca
916cc17acf
minor doc fixes
10 years ago
Brian Coca
7f29609e8e
Merge pull request #288 from mhite/bigip_pool_member_session_monitor_state
...
Support for monitor and session state manipulation added to bigip_pool_m...
10 years ago
Brian Coca
4048de9c1e
Merge pull request #373 from andyhky/add_failover
...
bigip_facts: Add missing 'device' option
10 years ago
Andy Hill
3431275921
bigip_facts: Add missing "device" option
...
The device option was already implemented but omitted from docs and allowed
choices. With the addition of device, a devices failover_state can be
determined.
10 years ago
Jesse Keating
f86ce495c7
Add enabled/disabled support to bigip_node
...
This allows one to enable or disable a node, useful for when doing
maintenance on a node to prevent connections from being attempted to it.
This will completely disable the node for any pool it might be in.
10 years ago
Brian Coca
5293f452b5
corrected version added
10 years ago
Brian Coca
eef2a95f96
Merge pull request #334 from msabramo/bigip_disable_ssl_cert_verification
...
Add `verify` param; set false to ignore SSL cert
10 years ago
Marc Abramowitz
513724c0a5
Add `validate_certs` param to bigip_* modules
...
Ignoring SSL cert verification may be necessary when testing with a
server that has a self-signed certificate.
See
https://github.com/ansible/ansible-modules-extras/pull/288#issuecomment-85196736
10 years ago
Matt Hite
0cad9ee0bf
Support for monitor and session state manipulation added to bigip_pool_member module
10 years ago