- 24 Oct, 2012 4 commits
-
-
Seth Vidal committed
-
mount: update example with mandatory option
Michael DeHaan committed -
Fix $last_result documentation and spelling tweaks - issue #1420
Michael DeHaan committed -
Document ssh_key options are in version 0.9
Michael DeHaan committed
-
- 23 Oct, 2012 11 commits
-
-
Stephen Fromm committed
-
Nigel Metheringham committed
-
Nigel Metheringham committed
-
- 'state' is required, but wasn't in example Signed-off-by: bleader <bleader@ratonland.org>
bleader committed -
Reformat code: examples consistently
Michael DeHaan committed -
- added terse syntax to modules.rst - added description of special variables to template module
Jan-Piet Mens committed -
multiprocessing.pool. Pushing so it can get wider testing.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
make --limit take a , as a separator as well as ; or :
Michael DeHaan committed -
Seth Vidal committed
-
- 22 Oct, 2012 4 commits
-
-
Inventory script to gracefully handle AWS being down
Michael DeHaan committed -
Help git module work when working in 'no branch' scenario
Michael DeHaan committed -
Detect when on a 'no branch' branch. If so, checkout the HEAD branch as reported by 'git remote show <remote>'. That should put the repo back on a branch such that git can then merge changes as necessary. In addition, removed hard-coded references to origin and replaced with remote var.
Stephen Fromm committed -
Peter Sankauskas committed
-
- 21 Oct, 2012 1 commit
-
-
Reverting as this as reported allows some variables to clobber each other. We'll work on a different fix. This reverts commit c5469f63.
Michael DeHaan committed
-
- 22 Oct, 2012 2 commits
-
-
Clarify how only_if works, also combined with with_items
Michael DeHaan committed -
- The old documentation stated not to quote the variable in the function, which is obviously wrong. When using lists or integers, we have to quote otherwise the startswith() method will trip over its non-existence. - It was unclear that the only_if statement is processed for each item when doing with_items, so I added an example making it crystal clear how this can be used in your advantage (or why a non-existing list variable can break your logic if you expected the only_if to be processed once before running the task)
Dag Wieers committed
-
- 21 Oct, 2012 10 commits
-
-
Fix ansible_ssh_host again
Michael DeHaan committed -
This time with unit tests to ensure it keeps working.
Daniel Hokka Zakrisson committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Added some info on the unit tests requirements
Michael DeHaan committed -
Nigel Metheringham committed
-
Michael DeHaan committed
-
Various performance streamlining and making the file features usable in all modules without daisy chaining.
Michael DeHaan committed -
Adds release date for Cathedral
Michael DeHaan committed -
I also prepended each single digit month with a 0 for the dates to line up. Feel free to change that :)
Brandon Alexander committed
-
- 20 Oct, 2012 8 commits
-
-
Added 'script', a module that can push and insantly run a remote script. Replaces the need to copy+command. This is a bit of a rough draft, some error handling still needs to be added.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Add ability to create SSH key for user in user module
Michael DeHaan committed -
add role_attr_flags parameter to postgresql_user
Michael DeHaan committed -
Vars specified via CLI have the highest priority.
Michael DeHaan committed -
Stephen Fromm committed
-