- 03 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 30 Jul, 2012 2 commits
-
-
Will Thames committed
-
env-setup now takes a -q argument to run in quiet mode
willthames committed
-
- 23 Jul, 2012 4 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Refactored hacking/test-module 1. uses optparse 2. has --debugger option tested only with pdb on Python 2.7
bradobro committed -
bradobro committed
-
- 21 Jul, 2012 1 commit
-
-
Michael DeHaan committed
-
- 18 Jul, 2012 2 commits
-
-
Michael DeHaan committed
-
Added code to allow insertion of boilerplate into modules to make them able to share lots of code, the result should be a huge reduction of total ansible source, at a slight cost of difficulty in original module development. We need to apply this now to all modules, but may need to have some exemptions to things like command, which should subclass this module.
Michael DeHaan committed
-
- 15 Jul, 2012 1 commit
-
-
Michael DeHaan committed
-
- 02 May, 2012 1 commit
-
-
Adding a missing '~' to use the user's home directory instead of the root file system for the module arguments
Peter Sankauskas committed
-
- 27 Apr, 2012 2 commits
-
-
from modules remotely when they fail to parse, and this is VERY useful data.
Michael DeHaan committed -
treated -D as a way to show stderr, and make sure modules don't include things on stderr. Update docs and test module script to come into line.
Michael DeHaan committed
-
- 21 Apr, 2012 1 commit
-
-
It works like this: {{ hostvars['127.0.0.1']['ansible_eth0']['ipv4']['address'] }}
Michael DeHaan committed
-
- 17 Apr, 2012 1 commit
-
-
Tim Bielawa committed
-
- 18 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 16 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 15 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 07 Mar, 2012 1 commit
-
-
independent of output, and can also see all the output nicely grouped together if we want to reformat it or make summaries of statistics.
Michael DeHaan committed
-
- 05 Mar, 2012 3 commits
-
-
Tim Bielawa committed
-
environment (ANSIBLE_{LIBRARY,HOSTS}) if defined. Update manpages to represent this. Also update the env-setup script to set ANSIBLE_{LIBRARY,HOSTS}.
Tim Bielawa committed -
Tim Bielawa committed
-