You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/network/f5
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
..
__init__.py Fix rename error. 10 years ago
bigip_facts.py Update f5 validate_certs functionality to do the right thing on multiple python versions 9 years ago
bigip_gtm_wide_ip.py Improve example wide_ip variable 9 years ago
bigip_monitor_http.py Update f5 validate_certs functionality to do the right thing on multiple python versions 9 years ago
bigip_monitor_tcp.py Update f5 validate_certs functionality to do the right thing on multiple python versions 9 years ago
bigip_node.py Update f5 validate_certs functionality to do the right thing on multiple python versions 9 years ago
bigip_pool.py Update f5 validate_certs functionality to do the right thing on multiple python versions 9 years ago
bigip_pool_member.py Update f5 validate_certs functionality to do the right thing on multiple python versions 9 years ago
bigip_virtual_server.py Fixes missing validate_certs parameter 9 years ago