Commit Graph

1276 Commits (f980ec37bb5ad3f7cbe73f27e569f5c17e145b86)

Author SHA1 Message Date
Serge van Ginderachter f980ec37bb Add nonunique option to user module, translating to the -o/--non-unique option to useradd and usermod. 13 years ago
Michael DeHaan fc8d9377d5 Merge pull request #2396 from johanwiren/obsd_facts
Added OpenBSD facts
13 years ago
Michael DeHaan e3e649a963 Merge pull request #2393 from davehughes/pip-expand-virtualenv-path
pip module - expand user home directory variables in virtualenv parameter
13 years ago
Johan Wirén 61256a7e83 Added OpenBSD facts 13 years ago
Daniel Hokka Zakrisson fc227fbd37 Restore force in copy since arguments are no longer clobbered
Fixes #2388.
13 years ago
David Hughes 08100bd798 Expand any user home variable in pip module's virtualenv parameter 13 years ago
Michael DeHaan b87e7c0f19 Let the pip module return output. 13 years ago
Michael DeHaan f46721add1 Temporarily disable force logic on copy module 13 years ago
Michael DeHaan e307658350 Merge pull request #2376 from peterjanes/devel
Use login_host for import and dump operations
13 years ago
Patrik Lundin 88a840e52f Dont exit in FreeBSD/NetBSD subclass in check mode
* As the FIXMEs note: only exit if enable state is going to change.
* This is already handled in service_enable_rcconf() being called by both subclasses.
13 years ago
Peter Janes f6f7d3559d Use login_host for import and dump operations 13 years ago
Dag Wieers 50b7964f8e Fix the documentation booleans so they use "yes" and "no"
Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
13 years ago
Michael DeHaan bdb231213d Add type casting to user/group modules, remove executable bit from other modules 13 years ago
Michael DeHaan 5c7aa08ed5 Merge pull request #2316 from dominis/devel
Citrix NetScaler module
13 years ago
Michael DeHaan 8c212ac9b6 Merge pull request #2272 from skvidal/nagios_cmd
add (un)silence_nagios and command actions to the nagios module
13 years ago
Michael DeHaan 3d8bb6c2e0 Merge branch 'alpine' of git://github.com/fabaff/ansible into devel
Conflicts:
	library/setup
13 years ago
Michael DeHaan ba51fc12f9 Updated copy documentation. 13 years ago
Patrick Pelletier c7c7a63ee5 Add support to directly set content in copy module 13 years ago
Michael DeHaan 4da04b2176 Merge pull request #2294 from mmoya/bug-fixes
file module should check invalid arguments (fixes #2135)
13 years ago
Michael DeHaan 2d575ddd09 Update fetch documentation 13 years ago
Michael DeHaan c3e625e6f0 Make URI module default to 30 seconds. 13 years ago
Michael DeHaan b2c8ed9cc2 Merge pull request #2279 from dorfsmay/fetch-fail_on_missing
Added a fail_on_missing option to fetch.
13 years ago
Michael DeHaan fd038d373a Merge pull request #2273 from dorfsmay/pullreq-use_proxy
Added a use_proxy option to get_url.
13 years ago
Michael DeHaan bb696e88b4 Merge pull request #2286 from gavares/url_timeout
Add socket timeout to uri module.
13 years ago
Michael DeHaan c7d780a09a Merge pull request #2337 from dparalen/wait_fix
EC2 Wait fix
13 years ago
Michael DeHaan 033c7d9df2 Merge pull request #2274 from jcftang/setup-osx-facts
Start of more OSX facts for setup
13 years ago
Michael DeHaan 80cd277d97 Merge pull request #2334 from pieska/upstream
allow use of backrefs in lineinfile
13 years ago
Michael DeHaan 9069ad1f42 Merge pull request #2283 from eest/openbsd_pkg
Add openbsd_pkg: package management for OpenBSD.
13 years ago
milan 6259091449 fixed case and punctuation 13 years ago
milan 9932c9ff11 fix documentation 13 years ago
milan d32d899161 waiting enhancements 13 years ago
milan 78d1e2483a avoid the instance start--state-fetch race 13 years ago
Nikolay Panov 03c0b8dcb2 Fixed 'service'. Now it respect 'enabled=no' as well. 13 years ago
Andreas Piesk 84ee05a3c0 allow use of backrefs in lineinfile 13 years ago
Fabian Affolter a5e4947d6f Support for detecting Alpine Linux 13 years ago
Michael DeHaan 9763ae8e21 Merge pull request #2319 from sfromm/svn-check
Update subversion module to work better with check mode
13 years ago
Michael DeHaan bd600c1cbc Merge pull request #2323 from laixer/devel
Respect gem_source option if specified
13 years ago
Michael DeHaan 9980cfcc60 Merge pull request #2318 from sfromm/issue2317
Consider service stopped if rc is 1
13 years ago
Vadim Berezniker b9a3cc551e Respect gem_source option if specified 13 years ago
Jim Kleckner 92844d3dcd Minor spelling fixes 13 years ago
Stephen Fromm bd64641400 Update subversion module to work better with check mode
Adds needs_update() method which will inspect the checkout for the
current revision and then the HEAD.  If the local check out is behind
HEAD, this will report changed=True and supply the revision numbers.
13 years ago
Stephen Fromm 6e35392f92 Consider service stopped if rc is 1
Per LSB spec, consider service stopped if rc from 'service status' is 1.
Added comment with url to LSB spec reference.
13 years ago
Nandor Sivok 74ced2d80c netscaler module initial commit 13 years ago
Daniel Hokka Zakrisson 3d49f74df6 Make apt upgrade=dist work and make its argument handling more idiomatic
Fixes #2287.
13 years ago
asad-at-srt e581bbcafc Update mysql_db
The target parameter is not required, the DOCUMENTATION section was in error.
13 years ago
Daniel Hokka Zakrisson a225058457 Merge pull request #2298 from junegunn/get_url-force
get_url: should always download the file when force is set
13 years ago
Seth Vidal 2f2a02cb49 add docs to mount module using LABEL and UUID 13 years ago
Johan Wirén e53826b088 Corrected formatting in docs for the gem-module 13 years ago
Junegunn Choi 7f556d8939 should always download when force is set 13 years ago
Maykel Moya ee7f8d018e file module should check invalid arguments (fixes #2135) 13 years ago