Michael DeHaan
b1b0e45413
Merge branch 'change_to_using_hashlib_or_md5' of https://github.com/davehatton/ansible into devel
...
Conflicts:
lib/ansible/utils.py
13 years ago
Dave Hatton
7293cce498
switch to hashlib.md5 or md5 instead of OS md5 commands
13 years ago
Michael DeHaan
2449381da9
Revert "switch to using hashlib.md5 or md5 (if python 2.4) instead of a os call"
...
This reverts commit 865796c368
.
(Superseeded by next commit)
13 years ago
Dave Hatton
c39259ded7
switch to using hashlib.md5 or md5 (if python 2.4) instead of a os call
13 years ago
Peter Sankauskas
186e438991
Assigning to boolean first
13 years ago
Peter Sankauskas
3965e268ed
Getting the apt module to accept and understand a 'install-recommends' parameter which allows running apt with --no-install-recommends
13 years ago
Dave Hatton
c588b03810
copy always returned change=true
13 years ago
Dave Hatton
2454c6c12d
switch to shutil.copy rather than os.system(cp)
13 years ago
Dave Hatton
8b15c93355
md5 allow copy if file is missing
13 years ago
Jeremy Smitherman
77944949fe
Added IndexError catch for copy module, IndexError is thrown if a destination file doesn't exist
13 years ago
Dave Hatton
b725b972ad
improve error trapping for md5
13 years ago
Brad Olson
9e13c1eab1
Fixes ansible/ansible#522 , no longer creates comment in ~/.ssh/authorized_keys, does not create directory or file if state==absent.
13 years ago
Brad Olson
ae5b1191f4
Fixes ansible/ansible#523 . Removed 'with:' blocks so module works with Python 2.4 for CentOS 5 support, courtesy of mcodd/ansible@29af24b732 .
13 years ago
Derek Carter
031af2c0a9
remove UID/GID from output
13 years ago
Derek Carter
11a853377e
removed print from debug code of file module
13 years ago
Derek Carter
5119b16c47
file when UID or GID doesn't exist
13 years ago
Michael DeHaan
bdc452c620
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.
13 years ago
Ludovic Claude
2a53febdf5
Add basic support for Solaris
13 years ago
Ingo Gottwald
be894fbb9b
Copy module: Extended error handling and fixed error messages
13 years ago
Ingo Gottwald
c2d20c8a3f
Added to copy module: Error handling for missing permissions on the copy destination
13 years ago
Michael DeHaan
46fddc3557
Merge pull request #495 from nafeger/devel
...
make copy module implemented closer to other newer modules when returning results
13 years ago
Nathan A. Feger
3b637be97c
attempt to make copy more idiomatic.
13 years ago
Ingo Gottwald
d63b3edd02
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
13 years ago
Fred Alger
9e9dda9e6a
Remove unused md5sum function from file module
13 years ago
Fred Alger
9cbdb6ca0a
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.
13 years ago
Stephen Fromm
fafc41ae66
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.
13 years ago
Michael DeHaan
9ec000c8c0
Merge pull request #469 from nafeger/devel
...
Add support for older version of python-apt
13 years ago
Nathan A. Feger
d765ccacd1
Add support for older version of python-apt
13 years ago
Stephen Fromm
bf00f03166
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.
13 years ago
Michael DeHaan
ecdecdb76f
capture possible chown stderr output
13 years ago
Michael DeHaan
bd16c7c4ac
Fix parsing error in file module when returning errors.
13 years ago
Michael DeHaan
5c4e496fe8
Merge pull request #426 from dagwieers/facts
...
Add BIOS information and fix VMware detection (supports both IDE and SCSI)
13 years ago
Michael DeHaan
bdb57dc64b
Merge pull request #433 from bradobro/authorized_key
...
Renamed module, fixed idempotency, removed debug param.
13 years ago
Brad Olson
f34ebe735e
Renamed module, fixed idempotency, removed debug param.
13 years ago
Stephen Fromm
8aec2a4ad0
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
16e8c30f63
Add BIOS information and fix VMware detection (supports both IDE and SCSI disks)
13 years ago
Michael DeHaan
21d195e21d
Tweaks on previous refactoring of playbook, version bump a 0.4 reference, remove some debug, etc
13 years ago
Michael DeHaan
827dfb2751
Merge pull request #391 from cocoy/reload-feature
...
Feature: Add state=reloaded
13 years ago
Michael DeHaan
d7f3ffef17
Merge pull request #393 from bradobro/fix_usergroup
...
0.4 fix, Remove call to undefined debug() in module 'user'
13 years ago
Brad Olson
637e0d0df3
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
ff810ffee4
Add state=reloaded
13 years ago
Wes Johnson
557e4ad3b5
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
5feeac9987
add fake module for 'raw'
13 years ago
Michael DeHaan
2c3b20fc09
Default git module to master branch so branch= is not required.
13 years ago
Michael DeHaan
5f40c49008
update comment about branch support, now that supported
13 years ago
Michael DeHaan
e2e4c2d7ce
Allow service 'enable' parameter be 'enabled', which is what I'd personally try to use.
13 years ago
Cosmin Luță
3b6717245c
Added a new fact: network address for an interface
13 years ago
Cosmin Luță
0f1d98e46b
Added parameter to the apt-get install command to prevent interactive conflict resolution
13 years ago
Michael DeHaan
6ec0bc8bfd
Merge pull request #336 from sfromm/issue122
...
Issue122 - have all modules log to syslog
13 years ago
Michael DeHaan
d77162c90e
Merge pull request #337 from ordrin/devel
...
Support for branches in git module
13 years ago