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
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
..
a10 better short description for a10 modules 9 years ago
citrix be explicit about urllib import and remove conditional urllib(2) import 9 years ago
f5 Fixes missing validate_certs parameter 9 years ago
__init__.py Fix rename error. 10 years ago
dnsimple.py removed executable bit 9 years ago
dnsmadeeasy.py removed comment 9 years ago
haproxy.py Fix tabbed indentation in network/haproxy.py 9 years ago
ipify_facts.py Update for modules which import json. 9 years ago
lldp.py Add lldpctl to requirements. 9 years ago
nmcli.py Fix package list for nmcli module. 9 years ago
openvswitch_bridge.py switched to use module loggigng 9 years ago
openvswitch_db.py removed extra syslog message and DOCUMENTATION variable 9 years ago
openvswitch_port.py Fixed call to module.log 9 years ago
snmp_facts.py lookupMib=False for pysnmp 4.3.0 9 years ago