summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/inventory/yaml.py
Commit message (Expand)AuthorAgeFilesLines
* Fine tune sanity (#53544)Brian Coca2019-03-111-1/+3
* Add toggle to control invalid character substitution in group names (#52748)Brian Coca2019-03-061-1/+1
* Update yaml.py example to include A colon for single host in a group (#51830)rabin-io2019-02-071-1/+8
* Yaml inventory more tolerant (#48883)Brian Coca2018-11-301-1/+7
* YAML inventory doc: add info about 'all' group, remove unused option (#25408)Pilou2018-11-161-7/+7
* inventory now errors for invalid group/host names (#45499)Brian Coca2018-11-151-12/+17
* Add toml inventory plugin (#41593)Matt Martz2018-11-061-27/+1
* Python 3.8 collections compatibility fixes.Matt Clay2018-10-081-2/+1
* Fix setting required options for inventory plugins (#42049)Sloane Hertel2018-06-291-0/+1
* handle groups correctly when they are 'null' (#41698)Brian Coca2018-06-201-28/+30
* only add group if properly definedBrian Coca2018-06-061-4/+5
* Do not silently skip YAML groups (#40660)Dag Wieers2018-05-241-0/+3
* avoid caching invetnory sources in loader (#38242)Brian Coca2018-04-101-1/+1
* Typos in the yaml inventory pluginEric Brown2018-03-231-1/+1
* Revert "YAML inventory unit test: fix test inventory format (#33828)" (#33869)John R Barker2017-12-131-3/+0
* YAML inventory unit test: fix test inventory format (#33828)Pilou2017-12-131-0/+3
* get_option instead of internal dict (#33191)Brian Coca2017-11-281-1/+1
* Config continued (#31024)Brian Coca2017-11-161-7/+15
* Fix exception upon display.warn() (#31876)Jerry Chong2017-10-181-1/+1
* warn on bad keys in groupBrian Coca2017-10-121-13/+16
* highlight dynamic parts of error msgBrian Coca2017-10-121-1/+1
* fix 'return false' from parseBrian Coca2017-10-061-1/+5
* check type to avoid typeerror tbBrian Coca2017-10-041-3/+8
* rmeove ext requirement for yaml inventory pluginBrian Coca2017-09-271-1/+1
* dont validate group names in yaml pluginBrian Coca2017-09-221-30/+17
* Fix python3 and nonascii handling in inventory pluginsToshio Kuratomi2017-09-201-8/+8
* Port ansible doc for plugins to use DOCUMENTATION variablesToshio Kuratomi2017-09-111-6/+6
* fixes to config/setting retrievalBrian Coca2017-09-091-17/+3
* Ansible Config part2 (#27448)Brian Coca2017-08-151-4/+6
* allow for null values in yaml inventory (#26765)Brian Coca2017-07-201-3/+3
* fixed issue with null host varsBrian Coca2017-07-151-1/+1
* Collated PEP8 fixes (#25293)Dag Wieers2017-06-021-2/+3
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-0/+181