- 20 Jun, 2012 1 commit
-
-
Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. This flag will show playbook output from non-failing commands. -v is also added to /usr/bin/ansible, but not yet used. I also gutted some internals code dealing with 'invocations' which allowed the callback to know what module invoked it. This is not something 0.5 does or needed, so callbacks have been simplified.
Michael DeHaan committed
-
- 25 May, 2012 1 commit
-
-
Michael DeHaan committed
-
- 14 May, 2012 1 commit
-
-
Seth Vidal committed
-
- 07 May, 2012 1 commit
-
-
John Kleint committed
-
- 06 May, 2012 2 commits
-
-
Michael DeHaan committed
-
Jim Richardson committed
-
- 02 May, 2012 1 commit
-
-
Rafal Lewczuk committed
-
- 01 May, 2012 1 commit
-
-
Jeroen Hoekx committed
-
- 21 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Runner() usage to the new inventory model.
Michael DeHaan committed
-
- 19 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 17 Apr, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 16 Apr, 2012 1 commit
-
-
This introduces the Inventory class. Playbook uses the internals of Runner to limit the number of hosts to poll asynchronously. To accomodate this, Inventory can be restricted to specific hosts.
Jeroen Hoekx committed
-
- 13 Apr, 2012 4 commits
-
-
Michael DeHaan committed
-
Add support for specifying sudo passwords to both ansible & playbook. Nopasswd sudo is no longer required.
Michael DeHaan committed -
Jeroen Hoekx committed
-
Michael DeHaan committed
-
- 10 Apr, 2012 2 commits
-
-
Stephen Fromm committed
-
interface. add very small subclass of OptionParser to sort the options so mdehaan is happy
Seth Vidal committed
-
- 09 Apr, 2012 1 commit
-
-
Brad Olson committed
-
- 06 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 05 Apr, 2012 1 commit
-
-
for other scripts to use.
Seth Vidal committed
-
- 31 Mar, 2012 3 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 29 Mar, 2012 2 commits
-
-
Michael DeHaan committed
-
Tim Bielawa committed
-
- 28 Mar, 2012 3 commits
-
-
Michael DeHaan committed
-
Christopher Johnston committed
-
Christopher Johnston committed
-
- 27 Mar, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 25 Mar, 2012 1 commit
-
-
Applying callback model to runner, and using that in playbooks, so output can be more immediate in playbooks. (Runner still does not use callbacks for default output)
Michael DeHaan committed
-
- 18 Mar, 2012 2 commits
-
-
Import cleanup, plus have /bin/ansible remind you if no hosts were matched by a pattern (for instance, assume there was a typo in the pattern)
Michael DeHaan committed -
Remove "import *" from bin/ansible so we can use pyflakes, and remove unneeded imports in the process
Michael DeHaan committed
-
- 30 Mar, 2012 1 commit
-
-
If the inventory file is EXECUTABLE, treat it as a file returning JSON, if called directly, return the host and groups list. If called with an argument of a host name, return the key=value data for that particular host.
Michael DeHaan committed
-
- 14 Mar, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 13 Mar, 2012 1 commit
-
-
Generic AnsibleError exception + host inventory missing exception. First shot at catching these in a generic way in bin/ansible*.
Tim Bielawa committed
-