- 16 Oct, 2012 12 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Use && for executing next command if, and only if, command1 returns an e...
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
typo
Michael DeHaan committed -
Jan-Piet Mens committed
-
- 15 Oct, 2012 6 commits
-
-
trivial --syntax-check option to ansible to just do the yaml validation
Michael DeHaan committed -
cowsay for BSD!
Michael DeHaan committed -
check. Lots of room to make this more interesting - but not today
Seth Vidal committed -
Philipp Grau committed
-
Philipp Grau committed
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed
-
- 14 Oct, 2012 4 commits
-
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Test for python-pip as well as pip
Michael DeHaan committed -
On Red Hat, CentOS and Fedora systems, the pip binary will be called python-pip instead of pip. This commit makes the pip module also check for python-pip. The reason we check for python-pip *first*, is to have ansible fail on not finding 'pip' and reporting *that*. This is consistent with current behaviour and will not confuse users of Debian et al., where the 'python-pip' binary never exists. Tested on Fedora 18 and Ubuntu 12.04.
Maxim Burgerhout committed
-
- 13 Oct, 2012 9 commits
-
-
The pause 'prompt' parameter now requires quotes around the message.
Michael DeHaan committed -
Tim Bielawa committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Check rc instead of parsing for errors.
Michael DeHaan committed -
Miscellaneous fixes to module_formatter.py
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
implement lookup plugins for arbitrary enumeration over arbitrary things. See the mailing list for some cool examples.
Michael DeHaan committed
-
- 12 Oct, 2012 9 commits
-
-
Try to autodetect MODULEDIR, instead of hardcoded path in jpmens homedir. Check if MODULEDIR exists; exit if it doesn't. Rewrite boilerplate() to use DOCUMENTATION.yaml in examples/. This makes use of tbielawa's recent change that added this example file. This also fixes -G so that it works. boilerplate() was commented out before.
Stephen Fromm committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed -
Michael DeHaan committed
-