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
bigip_facts.py
bigip_gtm_wide_ip.py
bigip_monitor_http.py
bigip_monitor_tcp.py
bigip_node.py
bigip_pool.py
bigip_pool_member.py
bigip_virtual_server.py