- 14 Jul, 2012 2 commits
-
-
Change the way we do with_items to make them happen next to each other in runner, which eliminates the problem of with_items and vars_files sometimes not playing nice with each other. (Also a fix for the user module error handling when the user is not present at the time of the return. This can only really be caused by multiple ansible executions).
Michael DeHaan committed -
Setup module no longer saves to disk, as templates are mostly useful in playbooks and this allows lots of simplifications around file pathing and removes occasional permissions conflicts depending on how things are used.
Michael DeHaan committed
-
- 13 Jul, 2012 1 commit
-
-
Mark Theunissen committed
-
- 12 Jul, 2012 1 commit
-
-
Jeremy Smitherman committed
-
- 11 Jul, 2012 2 commits
-
-
Added yes/no to user options instead of False comparison for force and remove options for user module
Jeremy Smitherman committed -
Jeremy Smitherman committed
-
- 10 Jul, 2012 7 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 -
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
-
-
John Kleint committed
-
Dave Hatton committed
-
- 07 Jul, 2012 1 commit
-
-
This reverts commit 865796c3687cc06920ddf29890de991287dc50f6. (Superseeded by next commit)
Michael DeHaan committed
-
- 08 Jul, 2012 1 commit
-
-
Dave Hatton committed
-
- 07 Jul, 2012 1 commit
-
-
Peter Sankauskas committed
-
- 06 Jul, 2012 2 commits
-
-
Getting the apt module to accept and understand a 'install-recommends' parameter which allows running apt with --no-install-recommends
Peter Sankauskas committed -
Dave Hatton committed
-
- 04 Jul, 2012 1 commit
-
-
Dave Hatton committed
-
- 03 Jul, 2012 3 commits
-
-
Dave Hatton committed
-
Jeremy Smitherman committed
-
Dave Hatton committed
-
- 02 Jul, 2012 2 commits
-
-
Fixes ansible/ansible#522, no longer creates comment in ~/.ssh/authorized_keys, does not create directory or file if state==absent.
Brad Olson committed -
Fixes ansible/ansible#523. Removed 'with:' blocks so module works with Python 2.4 for CentOS 5 support, courtesy of mcodd/ansible@29af24b73222c97e30f5843b67e321b95fb6c979.
Brad Olson committed
-
- 01 Jul, 2012 1 commit
-
-
Derek Carter committed
-
- 30 Jun, 2012 2 commits
-
-
Derek Carter committed
-
Derek Carter committed
-
- 20 Jun, 2012 1 commit
-
-
Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose. This flag will show playbook output from non-failing commands. -v is also added to /usr/bin/ansible, but not yet used. I also gutted some internals code dealing with 'invocations' which allowed the callback to know what module invoked it. This is not something 0.5 does or needed, so callbacks have been simplified.
Michael DeHaan committed
-
- 26 Jun, 2012 1 commit
-
-
Ludovic Claude committed
-
- 25 Jun, 2012 1 commit
-
-
Ingo Gottwald committed
-
- 23 Jun, 2012 1 commit
-
-
Ingo Gottwald committed
-
- 20 Jun, 2012 1 commit
-
-
Nathan A. Feger committed
-
- 17 Jun, 2012 1 commit
-
-
- Added Upstart support - Added an initial unknown state - Prevented state changes when the current state is not recognized - Changed the keyword recognition to a safer method
Ingo Gottwald committed
-
- 15 Jun, 2012 2 commits
-
-
Fred Alger committed
-
Tested with OS X local connection and Linux remote. The paths to the md5sum and md5 commands are hardcoded to the most common location. This will definitely fail if the commands are elsewhere, or if the md5 command doesn't support the -q 'quiet' option.
Fred Alger committed
-
- 14 Jun, 2012 1 commit
-
-
Import hashlib if it is there, otherwise import md5. Adds method file_digest that wraps the logic on which module to invoke.
Stephen Fromm committed
-
- 13 Jun, 2012 1 commit
-
-
Nathan A. Feger committed
-
- 12 Jun, 2012 1 commit
-
-
This adds a module that concatenates (ie. assembles) a file from fragments in a directory in alphabetical order. It chains the file module afterward to fix up ownership and permission. This also adds tests for the assemble module with fragments in assemble.d.
Stephen Fromm committed
-