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/runner
Eri Bastos a65fd06338 Added quotes around key path - Issue 7713 12 years ago
..
action_plugins Check groupnames for None as well as an empty string in add_host 12 years ago
connection_plugins Added quotes around key path - Issue 7713 12 years ago
filter_plugins Add environmentfilter to random filter, to ensure the result doesn't get cached. Mirrors default jinja filter. 12 years ago
lookup_plugins Add support for relative paths in the file lookup plugin for roles 12 years ago
__init__.py Fix order of merging variables for the combined cache 12 years ago
connection.py Make private key customizable per host using ansible_ssh_private_key_file configurable as variable 13 years ago
poller.py Splitting SETUP_CACHE into two caches, one for host vars and one for setup facts 12 years ago
return_data.py Remove the legacy templating code, which was guarded by deprecation warnings in the previous two releases, and undocumented for a long time. use {{ foo }} to access variables instead of ${foo} or $foo. 12 years ago