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
James Cammarata 30e4759055 Merge pull request #7208 from jf/copy-module
Fix "no_log=True" option for copy module (fixes #7193)
11 years ago
..
action_plugins Fix "no_log=True" option for copy module (fixes #7193) 11 years ago
connection_plugins Merge pull request #7079 from mscherer/fix_error_whitespace_in_config 11 years ago
filter_plugins Fix collision in random filter name by merging functionality 11 years ago
lookup_plugins etcd lookup: use $ANSIBLE_ETCD_URL if it exists in the env 11 years ago
__init__.py Merge branch 'delegate_to_honor_ssh_private_key_file' of https://github.com/renard/ansible into renard-delegate_to_honor_ssh_private_key_file 11 years ago
connection.py Make private key customizable per host using ansible_ssh_private_key_file configurable as variable 12 years ago
poller.py Splitting SETUP_CACHE into two caches, one for host vars and one for setup facts 11 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. 11 years ago