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
James Cammarata 3fb3e7e6dc Properly parse urls for ssh-keyscan use
Previously, the get_fqdn() function in known_hosts.py only worked
with urls that started with git@, and ignored any urls that started
with a normal schema type (ie. http:// or ssh://). This patch corrects
that by using urlparse to parse the hostname portion out of urls that
have a proper schema.

Fixes #7474
12 years ago
..
callback_plugins Update various copyrights. Not complete, but sufficient. 12 years ago
inventory Fixed extension filtering in InventoryDirectory 12 years ago
module_utils Properly parse urls for ssh-keyscan use 12 years ago
playbook Fix error passing play vars to an included playbook with empty vars 12 years ago
runner Added quotes around key path - Issue 7713 12 years ago
utils Merge branch 'fix-7596' of https://github.com/kilburn/ansible into kilburn-fix-7596 12 years ago
__init__.py Version bump for 1.7 12 years ago
callbacks.py fix UnicodeEncodeError when prompt is unicode. 12 years ago
color.py Merge commit. 12 years ago
constants.py Adding a new system_warnings config option to supress warnings 12 years ago
errors.py Update various copyrights. Not complete, but sufficient. 12 years ago
module_common.py Modify the way we set the localization environment 12 years ago