- 25 Sep, 2012 12 commits
-
-
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 -
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
-
- 21 Sep, 2012 4 commits
-
-
Daniel Hokka Zakrisson committed
-
Dave Coutu committed
-
Daniel Hokka Zakrisson committed
-
closes #1069
Matt Klich committed
-
- 19 Sep, 2012 9 commits
-
-
Jan-Piet Mens committed
-
Michael DeHaan committed
-
$FILE{file} will be replaced with the contents of "file" $PIPE{cat file} will be replaced with the output of "cat file"Daniel Hokka Zakrisson committed -
This reverts commit bf47bb47. Conflicts: lib/ansible/utils.py test/TestUtils.py
Michael DeHaan committed -
Jan-Piet Mens committed
-
Fix on older python versions, plus various improvements
Michael DeHaan committed -
This change includes: - (on possibly older python versions ?) a string variable test using the 'is' operator fails (so it always return ok immediately after initial delay) - add a missing socket.settimeout() for the state=started case (if the machine does not exist, timeout defaults to 60 seconds) - add a connect_timeout option to customize the default connection timeout - use socket.shutdown(2) to close immediately - return the elapsed time
Dag Wieers committed -
First attempt at standardizing DOCUMENTATION string
Michael DeHaan committed -
fix Makefile date command error on OSX
Michael DeHaan committed
-