summaryrefslogtreecommitdiff
path: root/lib/ansible/vars
Commit message (Expand)AuthorAgeFilesLines
* Use ansible.module_utils.common.text.converters (#80704)Matt Clay2023-05-032-2/+2
* Do not double calculate loops and `delegate_to` (#80171)Matt Martz2023-03-231-3/+40
* Clean up unused imports in core (#79900)Matt Clay2023-02-031-1/+0
* avoid roles exporting vars: (#69040)Brian Coca2022-09-281-11/+13
* add ansible_name/ansible_aliases attrs to plugin objects (#78700)Sloane Hertel2022-09-151-20/+4
* Fix vars plugin code and documentation mismatch (#78562)Sloane Hertel2022-08-311-3/+38
* Python 3.9 min for controller (#77566)Matt Martz2022-07-202-7/+7
* listify_lookup_plugin_terms deprecate dataloader (#78244)Brian Coca2022-07-121-2/+1
* `FieldAttribute`s as descriptors (#73908)Martin Krizek2022-06-291-6/+4
* varaiblemanager, more efficienet vars file reads (#77570)Brian Coca2022-04-211-2/+1
* Remove collections compat from controller code.Matt Clay2022-03-084-4/+6
* clean_facts only show variable name (#76974)Brian Coca2022-02-081-7/+1
* Remove more whitelist and blacklist occurances (docs only). (#76845)Felix Fontein2022-01-261-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
* [controller ansiballz] escape directory regex (#74270)Rick Elrod2021-04-151-1/+1
* Remove deprecated cache interfaces (#74198)Sloane Hertel2021-04-131-39/+0
* 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
* add jinja2 global to reserved names (#71088)Brian Coca2020-08-051-2/+7
* Allow hostvars delegation (#70331)Brian Coca2020-07-221-1/+2
* Deprecation revisited (#69926)Felix Fontein2020-06-091-1/+1
* Version source tagging (automatic and manual) for version_added and deprecati...Felix Fontein2020-05-281-1/+1
* 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
* prevent ansible_facts injection (#68431)Brian Coca2020-03-241-5/+3
* New magic var: `ansible_config_file` (#66085)Piotr Stawarski2020-02-111-0/+1
* Set HostVars._variable_manager's attrs (#65508)Martin Krizek2020-01-222-1/+15
* Track source of varsAndrew Gaffney2020-01-071-23/+92
* Misc typo fixes (#66120)Abhijeet Kasurde2020-01-041-3/+3
* Fix extract filter when key does not exist in container (#64959)Sylvain Monné2019-12-041-5/+3
* unsafe wrapping should only happen for with_ loops (#64401)Matt Martz2019-11-061-1/+1
* template lookup: fix regression when templating hostvars (#64070)Martin Krizek2019-11-061-0/+6
* Support vars plugins in collections (#61078)Sloane Hertel2019-11-042-18/+102
* clean_facts - use correct variable when evaluating the string (#64284)Sam Doran2019-11-041-9/+6
* Use templating in HostVarsVars __repr__ (#64282)Sloane Hertel2019-11-011-1/+2
* 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