- 01 Nov, 2012 1 commit
-
-
Nigel Metheringham committed
-
- 29 Oct, 2012 5 commits
-
-
Nigel Metheringham committed
-
Split module into a main calling function, and a generic (Linux useradd/usermod/userdel) User class. Added a __new__ function that selects most appropriate superclass Added a FreeBSD User class Tested against FreeBSD 9.0
Nigel Metheringham committed -
Send a host to runner executor instead of a letter.
Michael DeHaan committed -
Jeroen Hoekx committed
-
Discovered in #1463 .
Jeroen Hoekx committed
-
- 28 Oct, 2012 2 commits
-
-
Don't add file module arguments by default
Michael DeHaan committed -
This allows the postgresql_db module to work properly, as it uses an argument named owner that conflicts with the file module.
Daniel Hokka Zakrisson committed
-
- 27 Oct, 2012 6 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 26 Oct, 2012 25 commits
-
-
Michael DeHaan committed
-
Use previous proven multiprocessing logic as the simplification didn't have the same Ctrl-C handling and may be subject to race issues, though still don't pass Runner to each. Still seems performant.
Michael DeHaan committed -
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 1 commit
-
-
tyep -> type Signed-off-by: bleader <bleader@ratonland.org>
bleader committed
-