summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/inventory/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Warn when transforming constructed groups (#60912)Sloane Hertel2019-08-201-1/+1
* Templar: encapsulate _available_variables (#55435)Martin Krizek2019-05-201-2/+2
* Avoid erroring on host group confusion in keyed groups (#54099)Alan Rominger2019-03-251-1/+1
* Allow parent groups to be variables or literal (#53649)Sloane Hertel2019-03-141-0/+7
* do not error in case of empty list constructed group (#53748)Alan Rominger2019-03-141-2/+4
* Fix bug with keyed_group group name transformation (#53714)Alan Rominger2019-03-141-3/+3
* Overridable safety (#53458)Brian Coca2019-03-121-4/+5
* use composed vars in constructed groups (#53152)Sloane Hertel2019-03-111-0/+3
* Fix inventory cache interface (#50446)Sloane Hertel2019-03-061-14/+66
* Add toggle to control invalid character substitution in group names (#52748)Brian Coca2019-03-061-7/+6
* Add keyed_groups feature (#52045)Alan Rominger2019-03-051-10/+16
* Print hostname when fails to generate keyed groups (#49609)Patrick Marques2018-12-071-1/+1
* Add a Singleton metaclass, use it with Display (#48935)Matt Martz2018-11-201-5/+2
* Add toml inventory plugin (#41593)Matt Martz2018-11-061-0/+26
* remove redundant md5 hashingBrian Coca2018-10-311-6/+1
* better information for user from inventory plugins (#46766)Brian Coca2018-10-121-1/+6
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-2/+1
* initial commit of azure_rm inventory plugin (#44944)Matt Davis2018-08-311-1/+1
* VMware: Dynamic Inventory plugin (#37456)Abhijeet Kasurde2018-07-271-3/+3
* inventory plugin docs (#42022)Brian Coca2018-07-051-4/+25
* Convert more http links to https.Matt Clay2018-04-251-2/+2
* avoid caching invetnory sources in loader (#38242)Brian Coca2018-04-101-1/+3
* better handling of diff key types in composeBrian Coca2018-04-101-26/+40
* add inventory caching & use in virtualbox inventory plugin (#34510)Sloane Hertel2018-01-221-0/+17
* Fix invalid string escape sequences.Matt Clay2017-11-211-1/+1
* Config continued (#31024)Brian Coca2017-11-161-110/+155
* fixed caches (#30667)Brian Coca2017-10-191-5/+4
* fix 'return false' from parseBrian Coca2017-10-061-3/+6
* yaml inventory: Better error reporting on typo. fixes (#31118)Julien Palard2017-10-021-1/+5
* Fix python3 and nonascii handling in inventory pluginsToshio Kuratomi2017-09-201-3/+3
* added keyed_group construction (#28578)Brian Coca2017-08-251-8/+53
* Moar constructive (#28254)Brian Coca2017-08-211-1/+24
* This function is for setting variables on hosts. So those two parts are alwa...Toshio Kuratomi2017-07-141-7/+4
* fix script inventory pluginBrian Coca2017-06-051-1/+1
* Python3 fix for hashing in inventory pluginsMatt Martz2017-06-021-2/+2
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-12/+14
* fixed shared 'compose' method for inventory pluginsBrian Coca2017-05-281-2/+2
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-0/+180
* Delete currently unused code. (#16290)Adrian Likins2016-06-151-81/+0
* Bundle a new version of python-six for compatibility along with some code to ...six-compatToshio Kuratomi2015-10-161-1/+1
* Older python-six from early RHEL and ubuntu do not have add_metaclass but do ...Toshio Kuratomi2015-06-031-3/+2
* Making the switch to v2James Cammarata2015-05-031-0/+82