Commit Graph

243 Commits (264ebaa77c4243f2e9117e8d1168dc2f2eed7ee2)

Author SHA1 Message Date
Michael DeHaan 35df9621e2 Merge pull request #571 from sfromm/group
14 years ago
Stephen Fromm 21d78a4084 Minor fix to user module to further streamline setting 'changed' flag
14 years ago
Stephen Fromm a0d520de26 Fixes to group module for better error handling
14 years ago
Michael DeHaan b3147dd3df Merge pull request #568 from sfromm/user
14 years ago
Michael DeHaan b06a7cbd04 Merge pull request #566 from jeremysmitherman/service-no-pid
14 years ago
Stephen Fromm 7363f2737e Fixes to user module for better error handling
14 years ago
Seth Vidal 606277476b modify user module so that password is NEVER logged before the command runs
14 years ago
Jeremy Smitherman 8018b217a2 Added additional output to service status checker
14 years ago
John Kleint 07ef38e447 Use iterative MD5 hashing.
14 years ago
Dave Hatton 87e83be826 switch to hashlib.md5 or md5 instead of OS md5 commands
14 years ago
Peter Sankauskas 444c02ac82 Assigning to boolean first
14 years ago
Peter Sankauskas 9e850ceba3 Getting the apt module to accept and understand a 'install-recommends' parameter which allows running apt with --no-install-recommends
14 years ago
Dave Hatton 768e71e766 copy always returned change=true
14 years ago
Dave Hatton 76cd590df4 switch to shutil.copy rather than os.system(cp)
14 years ago
Dave Hatton 3350868093 md5 allow copy if file is missing
14 years ago
Jeremy Smitherman 3b3720287c Added IndexError catch for copy module, IndexError is thrown if a destination file doesn't exist
14 years ago
Dave Hatton 345499c002 improve error trapping for md5
14 years ago
Brad Olson 5e88673afe Fixes ansible/ansible#522, no longer creates comment in ~/.ssh/authorized_keys, does not create directory or file if state==absent.
14 years ago
Brad Olson 84aabe25d3 Fixes ansible/ansible#523. Removed 'with:' blocks so module works with Python 2.4 for CentOS 5 support, courtesy of mcodd/ansible@29af24b73222c97e30f5843b67e321b95fb6c979.
14 years ago
Derek Carter aff0403a0e remove UID/GID from output
14 years ago
Derek Carter c532a1c978 removed print from debug code of file module
14 years ago
Derek Carter f5259eead3 file when UID or GID doesn't exist
14 years ago
Michael DeHaan 81adae619a Remove the -D module debug flag, which no longer is functional due to sudo pty requirements, and replace with -v/--verbose.
14 years ago
Ludovic Claude 608b6d9f3e Add basic support for Solaris
14 years ago
Ingo Gottwald e83b5db724 Copy module: Extended error handling and fixed error messages
14 years ago
Ingo Gottwald 3d5e517007 Added to copy module: Error handling for missing permissions on the copy destination
14 years ago
Michael DeHaan deac1cdb6f Merge pull request #495 from nafeger/devel
14 years ago
Nathan A. Feger 638f5fb0af attempt to make copy more idiomatic.
14 years ago
Ingo Gottwald d17dbc801b Enhanced the service state recognition in the service module:
14 years ago
Fred Alger eda543f4a5 Remove unused md5sum function from file module
14 years ago
Fred Alger e6b76a59c5 Make shell outs to md5sum work on FreeBSD and OS X
14 years ago
Stephen Fromm 14dc12cdaf Conditionally import hashlib (issue #471)
14 years ago
Michael DeHaan 4d74c770db Merge pull request #469 from nafeger/devel
14 years ago
Nathan A. Feger 9b7e7092a6 Add support for older version of python-apt
14 years ago
Stephen Fromm 86d03713cb Add assemble module
14 years ago
Michael DeHaan 0c0d8f5db2 capture possible chown stderr output
14 years ago
Michael DeHaan 56b78eb70f Fix parsing error in file module when returning errors.
14 years ago
Michael DeHaan 08112eca7b Merge pull request #426 from dagwieers/facts
14 years ago
Michael DeHaan a604463f32 Merge pull request #433 from bradobro/authorized_key
14 years ago
Brad Olson 7492ee151f Renamed module, fixed idempotency, removed debug param.
14 years ago
Stephen Fromm 493ec14ccb Update get_selinux_facts in setup module
14 years ago
Dag Wieers cb07728109 Add BIOS information and fix VMware detection (supports both IDE and SCSI disks)
14 years ago
Michael DeHaan f6961e9364 Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc
14 years ago
Michael DeHaan 5dc05ef556 Merge pull request #391 from cocoy/reload-feature
14 years ago
Michael DeHaan 5ab77b8239 Merge pull request #393 from bradobro/fix_usergroup
14 years ago
Brad Olson 4d08940223 Remove call to undefined debug() in module 'user'.
14 years ago
cocoy fa9462d687 Add state=reloaded
14 years ago
Wes Johnson d67f996f8d starting fresh, doing it 'right'
14 years ago
Michael DeHaan f5bd60c87c add fake module for 'raw'
14 years ago
Michael DeHaan c8b298dc56 Default git module to master branch so branch= is not required.
14 years ago