summaryrefslogtreecommitdiff
path: root/lib/ansible/vars
Commit message (Expand)AuthorAgeFilesLines
* [stable-2.6] Ensure loop with delegate_to can short circuit the same as witho...Matt Martz2018-09-251-1/+6
* Fix fact cleaning (#42595)Brian Coca2018-07-162-3/+8
* [stable-2.6] avoid loading vars on unspecified basedir (cwd) (#42067)Brian Coca2018-07-031-1/+6
* 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
* caller to preprocess must be None aware (#33653)Brian Coca2018-02-081-20/+0
* Enable wildcard import pylint (#35786)Toshio Kuratomi2018-02-061-1/+1
* Don't skip an inventory source just because it has a comma (#35002)Matt Martz2018-01-241-1/+1
* fix item var in delegation (#32986)Brian Coca2017-11-201-2/+3
* Remove uses of assert in production code (#32079)Matt Martz2017-11-131-5/+9
* namespace factsBrian Coca2017-11-092-36/+139
* ensure we always have a basedirBrian Coca2017-10-301-4/+5
* add all group vars back to implicit localhostBrian Coca2017-10-181-8/+7
* py2/py3 safer shas on hostvars (#31788)Brian Coca2017-10-161-1/+2
* better cleanup on task results display (#27175)Brian Coca2017-10-161-2/+6
* update delegated var fetching for new 'loop' (#31588)Brian Coca2017-10-121-4/+6
* move from with_<lookup>: to loop:Brian Coca2017-10-101-1/+1
* added toggle to control vars plugin behviourBrian Coca2017-10-091-9/+20
* Properly handle user selection of `None` as vars_files (#31313)Ryan Brown2017-10-091-45/+50
* revert ocalhost getting 'all' vars (#31425)Brian Coca2017-10-061-7/+8
* remove fact namespacingBrian Coca2017-09-101-0/+1
* fixes to config/setting retrievalBrian Coca2017-09-091-13/+12
* fix for getting vars and hostvars without specifying the hostJordan Borean2017-09-051-3/+2
* bypass get_hosts and use dictionary directlyBrian Coca2017-08-301-3/+5
* make groups magic var dependant on inventory (#28677)Brian Coca2017-08-281-4/+1
* optimize reserved names warningBrian Coca2017-08-181-6/+8
* Ansible Config part2 (#27448)Brian Coca2017-08-151-1/+16
* Remove wildcard importsToshio Kuratomi2017-07-281-1/+1
* removed redundant loaderBrian Coca2017-07-171-3/+3
* Namespaced facts fixes (#26615)Brian Coca2017-07-121-2/+4
* correct, cleanup & simplify dwim stack (#25956)Brian Coca2017-07-031-2/+4
* 01110000 01100101 01110000 00111000 00100000Brian Coca2017-06-191-1/+1
* properly track delegated host in loopsBrian Coca2017-06-191-1/+2
* Try to show original exception info for yaml (and other) errors (#24468)Adrian Likins2017-06-091-4/+4
* allow more 'backwards compatible' vars_plugins (#25451)Brian Coca2017-06-081-3/+20
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-17/+17
* Transition inventory into plugins (#23001)Brian Coca2017-05-233-727/+614
* ansible/vars/: PEP8 compliancy (#24685)Dag Wieers2017-05-163-22/+24
* Fix circular import with unsafe_proxy, template, and varsToshio Kuratomi2017-04-282-113/+22
* avoid hosts 'pre templated warnings' (#23878)Brian Coca2017-04-241-1/+6
* less codeBrian Coca2017-04-201-6/+3
* fix vars file selectionBrian Coca2017-04-201-10/+12
* Revert "keep ansible_local as top level var, always present"Brian Coca2017-04-041-11/+0
* Update module_utils.six to latest (#22855)Toshio Kuratomi2017-03-232-7/+9
* keep ansible_local as top level var, always presentBrian Coca2017-03-231-0/+11
* E501 fixes (#22879)Matt Martz2017-03-221-2/+4
* allow users to control group var merge order (#22580)Brian Coca2017-03-161-1/+2