summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory/dir.py
Commit message (Expand)AuthorAgeFilesLines
* Transition inventory into plugins (#23001)Brian Coca2017-05-231-299/+0
* E501 fixes (#22879)Matt Martz2017-03-221-1/+2
* Allow unicode inventory filenameRobin Roth2016-10-151-2/+2
* Make ini parsing slightly more robustToshio Kuratomi2016-10-041-5/+4
* better inventory error messagesBrian Coca2016-10-041-3/+4
* Improve inventory script error messages. (#17589)Adrian Likins2016-09-151-7/+4
* skip non executable inventory when no shebang (#15969)Brian Coca2016-05-241-2/+2
* simplified inventory error messagingBrian Coca2016-05-101-12/+5
* draft add group merge priority and yaml inventoryBrian Coca2016-04-071-3/+17
* Don't process the same host multiple timesToshio Kuratomi2016-03-241-1/+1
* Changing up how host (in)equality is checkedJames Cammarata2015-12-041-1/+1
* Properly compare object references for Hosts when adding new onesJames Cammarata2015-12-031-1/+6
* Inject existing groups at InventoryDir initializationSerge van Ginderachter2015-09-291-1/+1
* fixed function signatureBrian Coca2015-09-171-1/+1
* Fix mutable default argumentVictor Salgado2015-09-161-1/+4
* Cleaning up default group creation in inventory parsersJames Cammarata2015-09-161-5/+5
* Starting to add additional unit tests for VariableManagerJames Cammarata2015-09-041-4/+3
* meta: refresh_inventory and several inventory fixesBrian Coca2015-08-121-7/+58
* Making the switch to v2James Cammarata2015-05-031-12/+19
* InventoryDir: fixing yet another corner caseSerge van Ginderachter2014-08-081-1/+1
* Merge branch 'inventorytree' of https://github.com/sergevanginderachter/ansib...James Cammarata2014-06-241-23/+163
|\
| * InventoryDir: another fix for the host.groups listSerge van Ginderachter2014-04-041-1/+20
| * InventoryDir: refactor logicSerge van Ginderachter2014-03-251-26/+145
| * inventory groups: make sure group.depth is updated on all grandchildrenSerge van Ginderachter2014-03-251-1/+0
| * inventory directory parser: add host to group only onceSerge van Ginderachter2014-03-251-1/+4
| * inventory directory parser: add groups to parent_groups non-recursivelySerge van Ginderachter2014-03-251-2/+2
| * inventory directory parser: add hosts to group non-recursivelySerge van Ginderachter2014-03-251-1/+1
* | Fixed extension filtering in InventoryDirectoryKevin Bell2014-05-141-4/+3
* | Add pyc/pyo to ignore list for inventory directoriesJames Cammarata2014-05-071-10/+5
|/
* don't want to ignore explicit cwdChris Jacobs2013-06-041-1/+1
* Skip dotfile in hosts dirsChris Jacobs2013-06-041-0/+3
* Fix for the directory inventory source where depth information on the group w...Michael DeHaan2013-06-031-6/+13
* Ignore inventory config files when using an inventory directory.Michael DeHaan2013-04-201-0/+5
* When playbooks fail, attempt to create an inventory file in the inventory dir...Michael DeHaan2013-04-071-0/+4
* host.get_variables includes too many variables, use host.vars insteadDaniel Hokka Zakrisson2013-03-021-1/+1
* Make inventory basedir for directory based inventory be the directoryDaniel Hokka Zakrisson2013-03-011-0/+3
* Allow inventory to be a directory containing other inventoriesDaniel Hokka Zakrisson2013-03-011-0/+73