Tim Rupp
a13141413a
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.
2016-12-08 11:34:09 -05:00
Matt Hite
a0b483746e
Fixes issue #1992 -- fixes issue adding and deleting pools ( #1994 )
2016-12-08 11:34:04 -05:00
Jason Witkowski
48931065e5
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.
2016-12-08 11:34:01 -05:00
Toshio Kuratomi
6a02b17a2e
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
2016-12-08 11:33:41 -05:00
Greg DeKoenigsberg
c65a612d1f
Changes to author formatting, remove emails
2016-12-08 11:32:51 -05:00
Etienne CARRIERE
22c04c2b9c
Factor common functions for F5 modules
2016-12-08 11:32:47 -05:00
Brian Coca
2753cd186a
moar quotes
2016-12-08 11:32:39 -05:00
Marc Abramowitz
128cf5fd74
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
2016-12-08 11:32:28 -05:00
Michael DeHaan
ee87304fb8
Fix rename error.
2016-12-08 11:32:19 -05:00