- 12 Nov, 2012 5 commits
-
-
ansible-playbook verifies playbooks exist before running them
Michael DeHaan committed -
remove verbose option on digest call
Michael DeHaan committed -
Romeo Theriault committed
-
refers to #1345
fdavis committed -
Add --limit to calls to ansible and ansible-playbook
Michael DeHaan committed
-
- 11 Nov, 2012 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
--limit takes localhost, FQDN, and 127.0.0.1.
Stephen Fromm committed
-
- 10 Nov, 2012 11 commits
-
-
$LOOKUP(dnstxt): handle exceptions
Michael DeHaan committed -
de-spaced
Jan-Piet Mens committed -
minor freebsd user fixes
Michael DeHaan committed -
Add solaris support to user module
Michael DeHaan committed -
Add environment $LOOKUP plugin
Michael DeHaan committed -
Add Redis GET $LOOKUP plugin
Michael DeHaan committed -
Romeo Theriault committed
-
Romeo Theriault committed
-
remove support for multiple vars
Jan-Piet Mens committed -
renamed
Jan-Piet Mens committed -
Move get_docstring from module_formatter into ansible/utils
Michael DeHaan committed
-
- 09 Nov, 2012 20 commits
-
-
Added jp_mens' presentation and removed dead links
Michael DeHaan committed -
Fabian Arrotin committed
-
Fabian Arrotin committed
-
Jan-Piet Mens committed
-
Fix exception catching for Python 2.4
Michael DeHaan committed -
Yvan Cottyn committed
-
Yvan Cottyn committed
-
Make sure we get all data
Michael DeHaan committed -
add ec2 module
Michael DeHaan committed -
Addhost module
Michael DeHaan committed -
Add some python packages too
Michael DeHaan committed -
Add DNS TXT record $LOOKUP plugin
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Jan-Piet Mens committed
-
Seth Vidal committed
-
run - lets act on those hosts in the next play
Seth Vidal committed -
Seth Vidal committed
-
Documentation of svr4pkg module breaks 'make rpm'
Michael DeHaan committed -
Without this fix, generating documentation results in: ``` Traceback (most recent call last): File "hacking/module_formatter.py", line 376, in <module> main() File "hacking/module_formatter.py", line 365, in main text = template.render(doc) File "/usr/lib64/python2.6/site-packages/jinja2/environment.py", line 669, in render return self.environment.handle_exception(exc_info, True) File "hacking/templates/man.j2", line 20, in top-level template code {% for desc in v.description %}@{ desc | jpfunc }@{% endfor %} File "hacking/module_formatter.py", line 94, in man_ify t = _ITALIC.sub(r'\\fI' + r"\1" + r"\\fR", text) TypeError: expected string or buffer ```Dag Wieers committed -
Turn 'fail' and 'debug' modules into action_plugins
Michael DeHaan committed
-