Commit Graph

233 Commits (d0aecf025e23cf26f3df5a253639b0ec425b7223)

Author SHA1 Message Date
Peter Sankauskas 444c02ac82 Assigning to boolean first 12 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 12 years ago
Dave Hatton 768e71e766 copy always returned change=true 12 years ago
Dave Hatton 76cd590df4 switch to shutil.copy rather than os.system(cp) 12 years ago
Dave Hatton 3350868093 md5 allow copy if file is missing 12 years ago
Jeremy Smitherman 3b3720287c Added IndexError catch for copy module, IndexError is thrown if a destination file doesn't exist 12 years ago
Dave Hatton 345499c002 improve error trapping for md5 12 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. 12 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@29af24b732. 12 years ago
Derek Carter aff0403a0e remove UID/GID from output 12 years ago
Derek Carter c532a1c978 removed print from debug code of file module 12 years ago
Derek Carter f5259eead3 file when UID or GID doesn't exist 12 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.
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.
12 years ago
Ludovic Claude 608b6d9f3e Add basic support for Solaris 12 years ago
Ingo Gottwald e83b5db724 Copy module: Extended error handling and fixed error messages 12 years ago
Ingo Gottwald 3d5e517007 Added to copy module: Error handling for missing permissions on the copy destination 12 years ago
Michael DeHaan deac1cdb6f Merge pull request #495 from nafeger/devel
make copy module implemented closer to other newer modules when returning results
12 years ago
Nathan A. Feger 638f5fb0af attempt to make copy more idiomatic. 12 years ago
Ingo Gottwald d17dbc801b Enhanced the service state recognition in the service module:
- 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
12 years ago
Fred Alger eda543f4a5 Remove unused md5sum function from file module 12 years ago
Fred Alger e6b76a59c5 Make shell outs to md5sum work on FreeBSD and OS X
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.
12 years ago
Stephen Fromm 14dc12cdaf Conditionally import hashlib (issue #471)
Import hashlib if it is there, otherwise import md5.  Adds method
file_digest that wraps the logic on which module to invoke.
12 years ago
Michael DeHaan 4d74c770db Merge pull request #469 from nafeger/devel
Add support for older version of python-apt
12 years ago
Nathan A. Feger 9b7e7092a6 Add support for older version of python-apt 12 years ago
Stephen Fromm 86d03713cb Add assemble module
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.
12 years ago
Michael DeHaan 0c0d8f5db2 capture possible chown stderr output 13 years ago
Michael DeHaan 56b78eb70f Fix parsing error in file module when returning errors. 13 years ago
Michael DeHaan 08112eca7b Merge pull request #426 from dagwieers/facts
Add BIOS information and fix VMware detection (supports both IDE and SCSI)
13 years ago
Michael DeHaan a604463f32 Merge pull request #433 from bradobro/authorized_key
Renamed module, fixed idempotency, removed debug param.
13 years ago
Brad Olson 7492ee151f Renamed module, fixed idempotency, removed debug param. 13 years ago
Stephen Fromm 493ec14ccb Update get_selinux_facts in setup module
This switches to using selinux library calls instead of parsing the
output of sestatus.  This fixes issue #428 where the output was slightly
different than expected on F17.  Tested against debian (non-selinux),
centos5, centos6, and fedora17.
13 years ago
Dag Wieers cb07728109 Add BIOS information and fix VMware detection (supports both IDE and SCSI disks) 13 years ago
Michael DeHaan f6961e9364 Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc 13 years ago
Michael DeHaan 5dc05ef556 Merge pull request #391 from cocoy/reload-feature
Feature: Add state=reloaded
13 years ago
Michael DeHaan 5ab77b8239 Merge pull request #393 from bradobro/fix_usergroup
0.4 fix, Remove call to undefined debug() in module 'user'
13 years ago
Brad Olson 4d08940223 Remove call to undefined debug() in module 'user'.
I think when we stopped using stderr for debugging modules because
paramiko didn't like it, many modules used the idiom of defining
a debug function that used standard error. The def's and calls were
removed.

This looks like a stray debug() that didn't get removed and didn't
show up unless you alter a user's groups. If it's hit, 'user' fails
with a global undefined function error.
13 years ago
cocoy fa9462d687 Add state=reloaded 13 years ago
Wes Johnson d67f996f8d starting fresh, doing it 'right'
Lost commit history, but this way I'm not introducing crappy commit
history in RP
13 years ago
Michael DeHaan f5bd60c87c add fake module for 'raw' 13 years ago
Michael DeHaan c8b298dc56 Default git module to master branch so branch= is not required. 13 years ago
Michael DeHaan 733677362d update comment about branch support, now that supported 13 years ago
Michael DeHaan 85438bf1c0 Allow service 'enable' parameter be 'enabled', which is what I'd personally try to use. 13 years ago
Cosmin Luță 2fae38fffb Added a new fact: network address for an interface 13 years ago
Cosmin Luță a5b13fe4ce Added parameter to the apt-get install command to prevent interactive conflict resolution 13 years ago
Michael DeHaan 8cb22cf858 Merge pull request #336 from sfromm/issue122
Issue122 - have all modules log to syslog
13 years ago
Michael DeHaan 37b394fd6e Merge pull request #337 from ordrin/devel
Support for branches in git module
13 years ago
Stephen Fromm 1144a21668 Apply logging of arguments to modules (issue #122)
The ohai and facter modules use /usr/bin/logger to log the fact that
they have been invoked.  I added 'import os' to the ping module
so that it could have the same syslog statements as the other modules.
I separated the condensed:
    shlex.split(open(argfile, 'r').read())
into two separate statements similar to the other modules.
13 years ago
felix 5f8e2a3651 removed unecessary branch addition from switchver 13 years ago
felix 325b397ac0 added in support for branches in git module (now takes optional "branch") 13 years ago
Stephen Fromm 5506147033 Move import of spwd under a try block
Resolves issue #333.  If spwd is not available, the password will
be set regardless.
13 years ago