summaryrefslogtreecommitdiff
path: root/lib/ansible/vars
Commit message (Expand)AuthorAgeFilesLines
* backported delegation/facts fix, see #25880Brian Coca2017-06-191-0/+1
* avoid hosts 'pre templated warnings' (#23878)Brian Coca2017-04-241-1/+6
* fix vars file selectionBrian Coca2017-04-201-10/+12
* corrected host group ancestor managementBrian Coca2017-03-151-2/+1
* Fix variable precedence of INI/script vars to be in-line with docs.James Cammarata2017-03-021-7/+5
* Fix bug introduced in 0df3767 regarding undefined entries in HostVarsJames Cammarata2017-02-151-2/+2
* Revert "Fixing another corner case for security related to CVE-2016-9587"James Cammarata2017-02-101-6/+2
* PEP 8 fix.Matt Clay2017-01-311-4/+4
* Warn reserved (#20567)Brian Coca2017-01-312-3/+81
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-1/+1
* PEP 8 whitespace cleanup. (#20783)Matt Clay2017-01-271-1/+1
* Fixing another corner case for security related to CVE-2016-9587Computest2017-01-111-2/+6
* Fixing security bugs for CVE-2016-9587James Cammarata2017-01-091-2/+1
* Display proper error on group_vars syntax errorDag Wieers2016-12-161-1/+6
* bad/missing fact plugin is a warning (#19350)Brian Coca2016-12-141-1/+9
* ansible_playbook_python (#18530)Brian Coca2016-11-231-0/+2
* Rework how the Conditional class deals with undefined varsJames Cammarata2016-11-221-1/+1
* When iterating over hostvars yield the hostname not the host objectJames Cammarata2016-11-211-3/+3
* Properly sort groups by name as well as depth when getting varsJames Cammarata2016-11-181-1/+1
* Don't fail on missing vars files for delegated hostsJames Cammarata2016-11-171-1/+4
* restore play_hosts variables to not show removedBrian Coca2016-11-081-6/+7
* Correct delegated_host_name checkstephane2016-10-111-1/+1
* Graceful error handling when delegate_to host null (#17453) (#17783)cinerama702016-09-281-0/+2
* ansible_play_batch (#17779)Brian Coca2016-09-281-0/+1
* remove bare vars and undefined from lookup lists (#17647)Brian Coca2016-09-271-2/+1
* Feature/add ansible play hosts all (#17498)j0hnsmith2016-09-232-13/+10
* Create a raw lookup for hostvars that does not template the dataJames Cammarata2016-09-211-2/+8
* include_vars now properly deals with hash_behaviour (#15895)nvigot2016-09-161-1/+1
* Move uses of to_bytes, to_text, to_native to use the module_utils version (#1...Toshio Kuratomi2016-09-061-4/+9
* [Inventory] Cache the result of enumerating groups and host namesTobias Wolf2016-09-011-4/+3
* include_role (role revamp implementation) (#17232)Brian Coca2016-08-261-5/+5
* Don't use an unset playbook basedir when searching for hostgroup varsJames Cammarata2016-08-171-2/+15
* Move tasks/blocks to a single parent modelJames Cammarata2016-08-081-3/+3
* Implicit localhost ondemand (#16900)Brian Coca2016-08-021-1/+1
* Fix bug where getting role vars does not follow the dep chainJames Cammarata2016-07-191-1/+1
* Fix the way pull localhosts out of inventory for delegate_toJames Cammarata2016-07-041-8/+11
* Fix hostvars lookup of locahost based on 5f1bbb4James Cammarata2016-06-081-1/+5
* Further tweaks to variable precedence to make it match our docsJames Cammarata2016-06-071-2/+14
* Fix variable precedence issue where set facts beat role paramsJames Cammarata2016-06-071-8/+7
* Fix recursive call of _load_inventory_file() in VariableManagerJames Cammarata2016-06-061-1/+1
* Fix the way host and group vars are loadedJames Cammarata2016-06-021-16/+37
* Use get_dep_chain() instead of directly using a blocks _dep_chainJames Cammarata2016-05-261-2/+2
* Do not include params when getting role vars in certain situationsJames Cammarata2016-05-111-1/+1
* add repr for hostvars (#15793)Matthew Stoltenberg2016-05-101-0/+6
* Fix var precedence bug introduced in ff9f5d7dJames Cammarata2016-04-191-4/+4
* fix options_vars iteration for py3nitzmahone2016-04-071-1/+1
* Adds 'ansible_check_mode' boolean magic variableStrahinja Kustudić2016-04-081-0/+17
* Make sure VariableManager has a view of HostVarsJames Cammarata2016-04-052-13/+14
* Merge pull request #14971 from bcoca/clear_factsBrian Coca2016-03-301-0/+7
|\
| * meta: clear_factsBrian Coca2016-03-141-0/+7