- 12 Jul, 2012 4 commits
-
-
Jeremy Smitherman committed
-
Michael DeHaan committed
-
improve output formating for playbook
Michael DeHaan committed -
Also be smart and don't run a play at all if no tasks in the play match any of the tags specified. This includes not running the setup actions!
Michael DeHaan committed
-
- 11 Jul, 2012 9 commits
-
-
Michael DeHaan committed
-
Removed boolean parameter setting from user module.
Michael DeHaan committed -
fixes #569 apt module problems on old versions of apt-python
Michael DeHaan committed -
Added yes/no to user options instead of False comparison for force and remove options for user module
Jeremy Smitherman committed -
Added cmd modifications to use a force-yes option for apt module
Michael DeHaan committed -
Group module fixes
Michael DeHaan committed -
Minor tweak to user module
Michael DeHaan committed -
Dave Hatton committed
-
Jeremy Smitherman committed
-
- 10 Jul, 2012 10 commits
-
-
Derek Carter committed
-
Stephen Fromm committed
-
Derek Carter committed
-
Takes a lot of the fixes to the user module and applies them to the group module: provide stdout/stderr in result if available and call fail_json() if the attempted action fails.
Stephen Fromm committed -
User modules fixes
Michael DeHaan committed -
Added additional output to service status checker
Michael DeHaan committed -
modify user module so that password is NEVER logged before the command runs
Michael DeHaan committed -
The user module now returns the output, both stdout and stderr, from useradd, usermod, and userdel. This should help debug cases why one of those commands fail. In addition, the user module will now call fail_json() when the attempted command failed so as to properly communicate a failure in a playbook.
Stephen Fromm committed -
Seth Vidal committed
-
Jeremy Smitherman committed
-
- 09 Jul, 2012 2 commits
-
-
Use iterative MD5 hashing.
Michael DeHaan committed -
John Kleint committed
-
- 07 Jul, 2012 1 commit
-
-
- 09 Jul, 2012 1 commit
-
-
Dave Hatton committed
-
- 07 Jul, 2012 1 commit
-
-
This reverts commit 865796c3687cc06920ddf29890de991287dc50f6. (Superseeded by next commit)
Michael DeHaan committed
-
- 09 Jul, 2012 1 commit
-
-
Switch to using hashlib or md5
Michael DeHaan committed
-
- 08 Jul, 2012 2 commits
-
-
Dave Hatton committed
-
Dave Hatton committed
-
- 07 Jul, 2012 9 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Allows for efficient transfer of large files. Templates do not sample first because they are small.
Michael DeHaan committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
apt module to support --no-install-recommends
Michael DeHaan committed
-