summaryrefslogtreecommitdiff
path: root/lib/ansible/vars/hostvars.py
Commit message (Expand)AuthorAgeFilesLines
* Remove collections compat from controller code.Matt Clay2022-03-081-1/+2
* Set HostVars._variable_manager's attrs (#65508)Martin Krizek2020-01-221-1/+13
* Fix extract filter when key does not exist in container (#64959)Sylvain Monné2019-12-041-5/+3
* template lookup: fix regression when templating hostvars (#64070)Martin Krizek2019-11-061-0/+6
* Use templating in HostVarsVars __repr__ (#64282)Sloane Hertel2019-11-011-1/+2
* Remove unused imports and variable in hostvars.py (#51609)Felix Geyer2019-02-071-7/+0
* Include dependency role names in `role_names`. (#46483)Xaroth2018-11-151-0/+3
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-4/+3
* Only template each hostvars var on-demand (fixes #33259)Andrew Gaffney2018-02-151-6/+29
* py2/py3 safer shas on hostvars (#31788)Brian Coca2017-10-161-1/+2
* 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
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-12/+16
* ansible/vars/: PEP8 compliancy (#24685)Dag Wieers2017-05-161-0/+1
* less codeBrian Coca2017-04-201-6/+3
* Fix bug introduced in 0df3767 regarding undefined entries in HostVarsJames Cammarata2017-02-151-2/+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
* Feature/add ansible play hosts all (#17498)j0hnsmith2016-09-231-9/+7
* Create a raw lookup for hostvars that does not template the dataJames Cammarata2016-09-211-2/+8
* Implicit localhost ondemand (#16900)Brian Coca2016-08-021-1/+1
* Fix hostvars lookup of locahost based on 5f1bbb4James Cammarata2016-06-081-1/+5
* add repr for hostvars (#15793)Matthew Stoltenberg2016-05-101-0/+6
* Make sure VariableManager has a view of HostVarsJames Cammarata2016-04-051-0/+2
* Don't use play vars in HostVarsJames Cammarata2015-12-021-3/+2
* Do not copy variable_manager each time. Instead, keep host and local variable...Yannig Perré2015-11-281-0/+9
* Restoring templating of hostvars returned by __getitem__James Cammarata2015-11-171-17/+8
* Fixing a few bugs in the HostVars performance areasJames Cammarata2015-11-171-1/+4
* Performance improvements for HostVars and some bugfixesJames Cammarata2015-11-161-52/+28
* hostvars should return j2 undefined as instance, not typenitzmahone2015-11-161-1/+1
* Make sure hostvars cache is recreated during serializationJames Cammarata2015-11-061-2/+8
* Use static vars when computing host vars known to be static (inventory_hostna...Yannig Perre2015-11-041-1/+8
* Fix python3 test.Yannig Perré2015-11-031-1/+1
* New patch against hostvars.py. With this patch, Ansible run lose 50% of time.Yannig Perré2015-11-021-2/+16
* Make hostvars json/yaml serializable in filtersJames Cammarata2015-10-181-2/+3
* Make hostvars more dynamic again to improve performance with large inventoriesJames Cammarata2015-09-241-10/+11
* Remove unnecessary calls to save inventory restrictions since 81bf88bJames Cammarata2015-09-231-6/+0
* Merge Host.ipv[46]_address into .addressAbhijit Menon-Sen2015-09-171-1/+1
* fixed hostvars access in conjunction with --limit usageIlya Epifanov2015-08-271-1/+1
* Several var fixesJames Cammarata2015-08-211-14/+44
* Performance improvementsJames Cammarata2015-08-171-0/+7
* Fix HostVars to support containment testsToshio Kuratomi2015-07-311-2/+15
* Properly return Jinja2 Undefined class for bad hostvars lookupsJames Cammarata2015-07-151-0/+4
* Lots of fixes for integration test bugsJames Cammarata2015-07-101-1/+1
* Fix templating of hostvars valuesJames Cammarata2015-06-271-8/+5
* Making the switch to v2James Cammarata2015-05-031-0/+47