- 26 Sep, 2012 10 commits
-
-
split off examples from DOCUMENTATION into own array as per #1098
Jan-Piet Mens committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
2 improvements to delegate_to
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Getting negative host pattern matching to work with external inventory
Michael DeHaan committed -
Give nice error message if destination directory doesn't exist
Michael DeHaan committed -
Add 'pause' action plugin and support plugins skipping the host loop.
Michael DeHaan committed
-
- 25 Sep, 2012 15 commits
-
-
(same as commit 4caf85e3, but for excluded hosts as well as subsets)
Peter Sankauskas committed -
Stephen Fromm committed
-
Jonathan Palley committed
-
Jonathan Palley committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Fix a typo in the prompt code
Michael DeHaan committed -
This is unfortunately related to not being able to reuse the same code that was tested.
Dag Wieers committed -
Tim Bielawa committed
-
Michael DeHaan committed
-
Michael Lambert committed
-
Michael Lambert committed
-
Add an only_if option to vars_prompt to make prompts conditional
Michael DeHaan committed
-
- 24 Sep, 2012 5 commits
-
-
Sometimes you may want to allow variables through host_vars or inventory, but prompt for a value if it is not set or if the value does not conform to something specific. This option allows you to specify when you want to offer a prompt. This patch also moves check_conditional to utils, and adds an is_unset() function which is nicer to read: only_if: "not is_set('${var}')" vs only_if: "is_unset('${var}')"Dag Wieers committed -
Modified 'ok' to 'changed' when a change has occured
Michael DeHaan committed -
Template the variable prompt to customize the message
Michael DeHaan committed -
We have a password-prompt for a configurable login name. Since we require to ask the password for this specific login, it is important to indicate what password needs to be prov ided on the prompt. So the prompt needs to be templated. That's what this patch does.
Dag Wieers committed -
Dane Summers committed
-
- 23 Sep, 2012 9 commits
-
-
Daniel Hokka Zakrisson committed
-
[Issue #1075] Fixing setup module fails if PATH is not set on target hos...
Michael DeHaan committed -
User-expand the destination path of the git module
Michael DeHaan committed -
Distribution packaging should install all manpages
Michael DeHaan committed -
Allow including files through variables
Michael DeHaan committed -
Added DOCUMENTATION to lineinfile module
Michael DeHaan committed -
Add an ansible_ssh_host inventory variable
Michael DeHaan committed -
Added cases for 'dead but subsys locked' status
Michael DeHaan committed -
Tweak DOCUMENTATION YAML as per latest 991
Michael DeHaan committed
-
- 22 Sep, 2012 1 commit
-
-
Dietmar Schinnerl committed
-