- 09 Jan, 2013 1 commit
-
-
Plugin allows you to do easy counts for items.
Jayson Vantuyl committed
-
- 19 Nov, 2012 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 13 Nov, 2012 3 commits
-
-
Fixes #1610.
Daniel Hokka Zakrisson committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
- 09 Nov, 2012 1 commit
-
-
Also makes with_* work with them. Fixes #1162.
Daniel Hokka Zakrisson committed
-
- 07 Nov, 2012 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 06 Nov, 2012 1 commit
-
-
Daniel Hokka Zakrisson committed
-
- 01 Nov, 2012 1 commit
-
-
Also add testcase for it.
Daniel Hokka Zakrisson committed
-
- 26 Oct, 2012 1 commit
-
-
Michael DeHaan committed
-
- 21 Oct, 2012 1 commit
-
-
This time with unit tests to ensure it keeps working.
Daniel Hokka Zakrisson committed
-
- 19 Sep, 2012 2 commits
-
-
Delete test that was coded against *local* resolv.conf -- obviously not going to be the same between people's computers
Michael DeHaan committed -
Michael DeHaan committed
-
- 17 Sep, 2012 1 commit
-
-
When the output of a command is stored in a register, this will create a stdout_lines field in the result object that contains stdout split into a list of lines. This list can then be iterated over using with_items.
John Kleint committed
-
- 11 Sep, 2012 1 commit
-
-
Michael DeHaan committed
-
- 29 Aug, 2012 1 commit
-
-
date still issues warning and ignores TZ - Updated tests to work inside bsd jails (127 addresses are an issue) Signed-off-by: Brian Coca <briancoca+ansible@gmail.com>
Brian Coca committed
-
- 14 Aug, 2012 1 commit
-
-
Dave Peticolas committed
-
- 10 Aug, 2012 1 commit
-
-
Dave Peticolas committed
-
- 07 Aug, 2012 1 commit
-
-
Michael DeHaan committed
-
- 01 Aug, 2012 2 commits
-
-
Petros Moisiadis committed
-
on_skipped callback being passed an extra item parameter that it wasn't expecting. Fixed it so that on_skipped in TestCallbacks accepts and ignores the extra parameter Extra parameter was added in 4b9b9a8a but not really clear why from commit message
Will Thames committed
-
- 15 Jul, 2012 1 commit
-
-
Michael DeHaan committed
-
- 14 Jul, 2012 1 commit
-
-
Michael DeHaan committed
-
- 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
-
- 31 May, 2012 1 commit
-
-
In playbooks, hosts can be a YAML list. We templated the list before converting it to a semicolon-separated string, which actually templated its repr. This converts to a string first. A basic unit test is included.
John Kleint committed
-
- 10 May, 2012 1 commit
-
-
Do not run unit tests against the EVENTS code because it is subject to change and that does not mean anything is broken. If we want to test playbooks, it's best to test the result of a playbook to make sure it does the correct thing. Also remove playbook2/3 yml which were not used.
Michael DeHaan committed
-
- 11 May, 2012 1 commit
-
-
There's not need to run the complete include through the templating engine. Several variables were not included before the conditional was evaluated.
Jeroen Hoekx committed
-
- 01 May, 2012 1 commit
-
-
Jeroen Hoekx committed
-
- 26 Apr, 2012 1 commit
-
-
ansible-playbook release-my-app.yml --extra-vars="version=123" And make $version available in the playbook without re-editing the file
Michael DeHaan committed
-
- 20 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 17 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 12 Apr, 2012 3 commits
-
-
Michael DeHaan committed
-
Simplify playbook tests so things are not timing dependent in the poll section, which is leading to tests not being consistent between runs, even though there wasn't an error. Now we'll just check the final change counts, which should be just as solid and lead to less churn in the events file.
Michael DeHaan committed -
Michael DeHaan committed
-
- 03 Apr, 2012 1 commit
-
-
Michael DeHaan committed
-
- 31 Mar, 2012 1 commit
-
-
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
-
- 24 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-
- 21 Mar, 2012 1 commit
-
-
Michael DeHaan committed
-