summaryrefslogtreecommitdiff
path: root/lib/ansible/vars/manager.py
Commit message (Expand)AuthorAgeFilesLines
* Python 3.9 min for controller (#77566)Matt Martz2022-07-201-5/+5
* listify_lookup_plugin_terms deprecate dataloader (#78244)Brian Coca2022-07-121-2/+1
* varaiblemanager, more efficienet vars file reads (#77570)Brian Coca2022-04-211-2/+1
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+1
* No longer needed to fall back to sha (#76281)Martin Krizek2021-11-121-5/+1
* Start of moving away from six (#75863)Martin Krizek2021-10-211-2/+2
* ansible-core - Remove support for Python 2.6. (#75853)Matt Clay2021-10-011-1/+1
* allow vars_files to use dwim (vars/) and vaults (#75526)Brian Coca2021-08-251-1/+4
* Avoid accessing delegated vars when you dont have a host (#75524)Brian Coca2021-08-201-8/+10
* Only check if play.hosts is a template when the play hasn't been finalized (#...Matt Martz2021-04-191-1/+1
* Fix missing ansible.builtin FQCNs in hardcoded action names (#71824)Felix Fontein2020-11-031-1/+1
* Ensure delegate vars calculation has correct loop context. Fixes #37132 (#71477)Matt Martz2020-10-121-2/+33
* VariableManager - add the 'vars' key before getting delegated variables (#71214)Sloane Hertel2020-10-021-5/+5
* Allow hostvars delegation (#70331)Brian Coca2020-07-221-1/+2
* fix delegation vars usage (debug still shows inventory_hostname) (#69244)Brian Coca2020-05-141-29/+10
* Allow tasks to notify a fqcn handler name (#68213)Matt Martz2020-04-081-3/+5
* New magic var: `ansible_config_file` (#66085)Piotr Stawarski2020-02-111-0/+1
* Set HostVars._variable_manager's attrs (#65508)Martin Krizek2020-01-221-0/+2
* Track source of varsAndrew Gaffney2020-01-071-23/+92
* Misc typo fixes (#66120)Abhijeet Kasurde2020-01-041-3/+3
* unsafe wrapping should only happen for with_ loops (#64401)Matt Martz2019-11-061-1/+1
* Support vars plugins in collections (#61078)Sloane Hertel2019-11-041-18/+7
* Use correct delegate_to hostnames in loops (#59659)Martin Krizek2019-07-301-1/+1
* Perfy McPerferton (#58400)Matt Martz2019-07-221-15/+27
* Revert "Speed up VariableManager by preserving Templar state. (#45572)" (#59280)Martin Krizek2019-07-221-10/+10
* Not native, but text (#55676)Brian Coca2019-05-241-2/+2
* Templar: encapsulate _available_variables (#55435)Martin Krizek2019-05-201-3/+3
* move extravars and option vars loading into VM (#51070)Brian Coca2019-01-301-27/+16
* Fix encoding issues with file paths. (#50830)Matt Clay2019-01-141-2/+2
* Add new AnsibleTemplateError to more easily catch templating issues (#50563)Matt Martz2019-01-041-3/+3
* Misc typo fixes (#49816)Abhijeet Kasurde2018-12-141-1/+1
* Simplify FactCache.update()Toshio Kuratomi2018-12-051-4/+14
* FactCache changesToshio Kuratomi2018-12-051-13/+7
* fix cache 'update' method to be 'mapping' compatibleBrian Coca2018-12-051-13/+12
* Revert "fix cache 'update' method to be 'mapping' compatible"Toshio Kuratomi2018-12-041-12/+13
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* fix cache 'update' method to be 'mapping' compatibleBrian Coca2018-11-191-13/+12
* Include dependency role names in `role_names`. (#46483)Xaroth2018-11-151-1/+17
* Add ansible_play_name magic var (#48562)Martin Krizek2018-11-121-0/+1
* Fix return statement where we short circuit _get_delegated_vars (#48102)Matt Martz2018-11-051-1/+1
* Don't use the task for a cache, return a special cache var (#47243)Matt Martz2018-10-181-7/+6
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-1/+2
* Speed up VariableManager by preserving Templar state. (#45572)Pilou2018-09-251-11/+10
* Ensure loop with delegate_to can short circuit the same as without delegate_t...Matt Martz2018-09-071-1/+6
* ensure if we get a non-Task object in _get_delegated_vars, we return early (#...Matt Martz2018-08-301-0/+4
* Ensure we only cache the loop when the task had a loop (#44901)Matt Martz2018-08-301-1/+3
* Don't use copy.deepcopy in high workload areas, use naive_deepcopy (#44337)Matt Martz2018-08-201-0/+1
* delegate_to: accept only string for delegation host (#43473)Abhijeet Kasurde2018-08-061-1/+5
* Only cache task.loop when delegated_host was templated. Fixes #43016 #43449 (...Matt Martz2018-07-311-9/+13
* Mark vars from facts cache as unsafe (fixes #42656) (#42682)Andrew Gaffney2018-07-131-1/+1