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 26546242e9 Corrects an implied map() usage as list (#3010)
In the six package, the map() function returns an iterator instead
of a list. This code was continuing to use the map() return value
as if it were a list and this broke the address_class facts.

This patch changes the code to use the list() method on the return
value of map().
8 years ago
..
a10 Document a10_server new options (#2876) 8 years ago
asa updates to asa_config module for Ansible 2.2 8 years ago
citrix be explicit about urllib import and remove conditional urllib(2) import 10 years ago
exoscale new modules for managing exoscale DNS (#2788) 8 years ago
f5 Corrects an implied map() usage as list (#3010) 8 years ago
illumos Use addresses and names reserved for documentation (#2894) 8 years ago
netconf netconf module with edit-config operation (#2103) 9 years ago
__init__.py Fix rename error. 10 years ago
cloudflare_dns.py Use addresses and names reserved for documentation (#2894) 8 years ago
dnsimple.py New json_fail syntax for dnsimple module 9 years ago
dnsmadeeasy.py Use addresses and names reserved for documentation (#2894) 8 years ago
haproxy.py Fix argument type to bool. By default shutdown_sessions is always true then it should'nt. (#2596) 8 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 Use addresses and names reserved for documentation (#2894) 8 years ago
openvswitch_bridge.py Define external_ids ’type' in openvswitch_bridge (#2523) 9 years ago
openvswitch_db.py removed extra syslog message and DOCUMENTATION variable 9 years ago
openvswitch_port.py Use addresses and names reserved for documentation (#2894) 8 years ago
snmp_facts.py Fix typo 9 years ago
wakeonlan.py Use addresses and names reserved for documentation (#2894) 8 years ago