Added a host expansion feature to ansible's inventory parsing

This commit is contained in:
Chin Fang
2012-07-24 12:38:52 -07:00
parent 2d1c297fb8
commit e3b2521f01
7 changed files with 87 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
# useful targets:
# make sdist ---------------- produce a tarball
# make rpm ----------------- produce RPMs
# make debian --------------- produce a dpkg (FIXME?)
# make deb ------------------ produce a DEB
# make docs ----------------- rebuild the manpages (results are checked in)
# make tests ---------------- run the tests
# make pyflakes, make pep8 -- source code checks