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/vars
Brian Coca 84adaba6f5
Allow hostvars delegation (#70331)
* ensure hostvars are available on delegation
* also inventory_hostname must point to current host and not delegated one
* fix get_connection since it was still mixing original host vars and delegated ones
* also return connection vars for delegation and non delegation alike
* add test to ensure we have expected usage when directly assigning for non delegated host
4 years ago
..
__init__.py Transition inventory into plugins (#23001) 7 years ago
clean.py prevent ansible_facts injection (#68431) 4 years ago
fact_cache.py Deprecation revisited (#69926) 4 years ago
hostvars.py Set HostVars._variable_manager's attrs (#65508) 4 years ago
manager.py Allow hostvars delegation (#70331) 4 years ago
plugins.py Support vars plugins in collections (#61078) 5 years ago
reserved.py Add a Singleton metaclass, use it with Display (#48935) 6 years ago