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/lib/ansible
Andreas Olsson 4e01397817 Add IPv6 support to module_utils.urls TLS validation (#26852)
socket.create_connection is a higher-level function, which tries to
establish a socket connection using both AF_INET and AF_INET6. It got
introduced in Python 2.6, which ought to be fine with Ansible 2.4.

Fixes #26740
9 years ago
..
cli Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
compat ansible/compat/: PEP8 compliancy (#24689) 9 years ago
config update asa to use network_cli connection plugin (#26899) 9 years ago
errors correct, cleanup & simplify dwim stack (#25956) 9 years ago
executor Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
galaxy Transition inventory into plugins (#23001) 9 years ago
inventory ensure all groups inherit from 'all' 9 years ago
module_utils Add IPv6 support to module_utils.urls TLS validation (#26852) 9 years ago
modules net_lldp_interface module implementation for junos (#26915) 9 years ago
parsing Adds search in template/files/vars relative to the playbook path (#26460) 9 years ago
playbook Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
plugins update asa to use network_cli connection plugin (#26899) 9 years ago
template Try to show original exception info for yaml (and other) errors (#24468) 9 years ago
utils New module: access Cisco ACI (network/aci/aci_rest) (#26029) 9 years ago
vars removed redundant loader 9 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py Consolidate boolean/mk_boolean conversion functions into a single location 9 years ago
release.py Collated PEP8 fixes (#25293) 9 years ago