summaryrefslogtreecommitdiff
path: root/lib/ansible/vars
Commit message (Expand)AuthorAgeFilesLines
* [2.9] Fix missing ansible.builtin FQCNs in hardcoded action names (#72458)Felix Fontein2020-12-071-1/+1
* Allow hostvars delegation (#70331) (#70811)Brian Coca2020-08-071-1/+2
* Allow tasks to notify a fqcn handler name (#68213) (#70074)Sloane Hertel2020-06-171-3/+5
* fix delegation vars usage (debug still shows inventory_hostname (#69520)Brian Coca2020-06-161-29/+10
* prevent ansible_facts injection (#68431)Brian Coca2020-04-141-5/+3
* Use templating in HostVarsVars __repr__ (#64282)Sloane Hertel2019-11-121-1/+2
* template lookup: fix regression when templating hostvars (#64070)Martin Krizek2019-11-121-0/+6
* [stable-2.9] unsafe wrapping should only happen for with_ loops (#64401)Matt Martz2019-11-121-1/+1
* 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
* [FactCache] define first_order_merge method (#55781)Sloane Hertel2019-06-101-0/+13
* Not native, but text (#55676)Brian Coca2019-05-241-2/+2
* Templar: encapsulate _available_variables (#55435)Martin Krizek2019-05-201-3/+3
* fixes for stripping (#52930)Brian Coca2019-03-121-14/+28
* Python interpreter discovery (#50163)Matt Davis2019-02-271-0/+5
* Remove unused imports and variable in hostvars.py (#51609)Felix Geyer2019-02-071-7/+0
* 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-052-19/+45
* FactCache changesToshio Kuratomi2018-12-052-13/+89
* 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-203-15/+6
* fix cache 'update' method to be 'mapping' compatibleBrian Coca2018-11-191-13/+12
* Include dependency role names in `role_names`. (#46483)Xaroth2018-11-152-1/+20
* 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-082-5/+5
* Speed up VariableManager by preserving Templar state. (#45572)Pilou2018-09-251-11/+10
* 2.8 Core Deprecation Removal (#45232)Matt Martz2018-09-101-31/+0
* 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-202-7/+53
* 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
* Fix fact cleaning (#42595)Brian Coca2018-07-122-3/+8
* avoid loading vars on unspecified basedir (cwd) (#42067)Brian Coca2018-06-291-1/+6
* Cache items when task.loop/with_items is evaluated to set delegate_to vars (#...Matt Martz2018-06-261-0/+9
* validate vars_files entries are string_type or list (#40985)Adam Miller2018-06-221-1/+7
* minimize loading files/pluginsBrian Coca2018-04-101-0/+2
* Error if a module is found to shadow a reserved keyword (#34649)Matt Martz2018-04-101-0/+4
* Fix ansible_lo being used inside of ansible_factsToshio Kuratomi2018-03-131-1/+1
* vars.clean: remove unused method inject_facts (#34838)Pilou2018-02-151-16/+3
* Only template each hostvars var on-demand (fixes #33259)Andrew Gaffney2018-02-151-6/+29