- 31 Mar, 2012 9 commits
-
-
Check md5sum before overwriting a file. Unconditionally copying changes the timestamp.
Jeroen Hoekx committed -
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Conflicts: lib/ansible/playbook.py Removed unneccessary shlex and replaced with basic split, some repurcussions in runner that can be eliminated once we consistently pass args as a string (soon).
Michael DeHaan committed -
Michael DeHaan committed
-
(edited author's original commit comment -- MPD)
Matthew Williams committed -
support for quotes strings in command module (via posix=False), related fixes to keep other things from breaking
Matthew Williams committed
-
- 30 Mar, 2012 3 commits
-
-
Fix except statement in template module.
Michael DeHaan committed -
Python 2.4 (RHEL 5) does not know 'as'.
Jeroen Hoekx committed -
Sudo support operational in both playbooks and main program. Implementation could use some cleanup.
Michael DeHaan committed
-
- 29 Mar, 2012 9 commits
-
-
Michael DeHaan committed
-
Fix exception catching for py2.4
Michael DeHaan committed -
Tim Bielawa committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
Michael DeHaan committed
-
message text per skvidal's suggestion
Michael DeHaan committed
-
- 28 Mar, 2012 14 commits
-
-
Michael DeHaan committed
-
Supplementary group membership now in users module
Michael DeHaan committed -
Remove support for membership from group module
Michael DeHaan committed -
Remote port and error check for old paramiko
Michael DeHaan committed -
Christopher Johnston committed
-
Christopher Johnston committed
-
Stephen Fromm committed
-
Remove the group membership example. There's not much to twiddle with the group module. Give examples for what is possible.
Stephen Fromm committed -
Use the user module to define group membership.
Stephen Fromm committed -
Stephen Fromm committed
-
Christopher Johnston committed
-
This adds two options to the user module: groups and append. groups is a comma-delimited list of supplementary groups a user should belong to. If a user is currently a member of a group not listed in groups, the user will be removed from it. To change this behavior, use append=yes. This will append the user to the list of supplementary groups and *not* remove the user from unlisted groups.
Stephen Fromm committed -
Christopher Johnston committed
-
Christopher Johnston committed
-
- 27 Mar, 2012 5 commits
-
-
Michael DeHaan committed
-
fix up yum module for rhel5.
Michael DeHaan committed -
is not there at all or even updateable
Seth Vidal committed -
if installed and updated available: apply update if not installed and available: install
Seth Vidal committed -
Seth Vidal committed
-