summaryrefslogtreecommitdiff
path: root/lib/ansible/inventory/dir.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed extension filtering in InventoryDirectoryKevin Bell2014-05-211-4/+3
* Add pyc/pyo to ignore list for inventory directoriesJames Cammarata2014-05-211-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