- 26 Oct, 2012 23 commits
-
-
Initialize sftp variable to fix error on transferless session
Michael DeHaan committed -
Daniel Hokka Zakrisson committed
-
Make sure we always return 'rc' from the command module
Michael DeHaan committed -
If this is not a certainty, playbooks will fail without an 'rc' and checking both if there is an rc, and whether the 'rc' is (not) 0 is very complicated. (especially because ${something.rc} will not be substituted and all that)
Dag Wieers committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Explicitly execute /bin/sh versus $SHELL because some folks have very incompatible/weird shells. We do not execute modules through the shell, this is only for basic ops, so should be sufficient.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
in playbook mode, since the Runner still closes abstract host connections completely and does not have a LRU.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Daniel Hokka Zakrisson committed
-
user module: fix typo in documentation
Michael DeHaan committed -
Make with_items a lookup plugin
Michael DeHaan committed -
Use shutil.copyfile so as to preserve file ownership in authorized_keys
Michael DeHaan committed -
Only strip trailing newlines from output, preserving other space
Michael DeHaan committed -
Move contrib to .rst into the main docsite
Michael DeHaan committed -
Use the delegated host's interpreters
Michael DeHaan committed -
User is alias for name in 'user' module
Michael DeHaan committed -
code all together.
Michael DeHaan committed
-
- 25 Oct, 2012 17 commits
-
-
tyep -> type Signed-off-by: bleader <bleader@ratonland.org>
bleader committed -
Stephen Fromm committed
-
Daniel Hokka Zakrisson committed
-
Daniel Hokka Zakrisson committed
-
Michael DeHaan committed
-
Daniel Hokka Zakrisson committed
-
Jan-Piet Mens committed
-
Daniel Hokka Zakrisson committed
-
Jan-Piet Mens committed
-
Skip check of primary group when checking other group membership
Michael DeHaan committed -
Write ssh key to temp file
Michael DeHaan committed -
Stephen Fromm committed
-
Stephen Fromm committed
-
Stephen Fromm committed
-
Mysql grant, take 2
Michael DeHaan committed -
yum enablerepo/disablerepo option complete
Michael DeHaan committed -
Fix chmod occurring as wrong user when sudo as non-root
Michael DeHaan committed
-