Commit graph

4417 commits

Author SHA1 Message Date
Nandor Sivok
2120580f7a netscaler module example playbook 2013-03-07 16:14:19 +01:00
Daniel Hokka Zakrisson
76f3351b02 Move complex_args templating to be with module_args
Keeps every action plugin from having to do the same thing.
2013-03-07 11:09:29 +01:00
Michael DeHaan
ffbd4b5a2c Template options sooner on complex args copy 2013-03-07 00:35:40 -05:00
Michael DeHaan
2bb305f6d5 Fix args templating for complex args with the copy module. 2013-03-07 00:28:06 -05:00
Michael DeHaan
9763ae8e21 Merge pull request #2319 from sfromm/svn-check
Update subversion module to work better with check mode
2013-03-06 21:16:35 -08:00
Michael DeHaan
bd600c1cbc Merge pull request #2323 from laixer/devel
Respect gem_source option if specified
2013-03-06 21:16:03 -08:00
Michael DeHaan
969edabdbb Merge pull request #2322 from bcoca/remote_tmp_override
added check for starting $HOME for remote_tmp so as to non root sudo override
2013-03-06 21:07:49 -08:00
Michael DeHaan
9980cfcc60 Merge pull request #2318 from sfromm/issue2317
Consider service stopped if rc is 1
2013-03-06 21:07:24 -08:00
Michael DeHaan
44e44cf295 Merge pull request #2320 from jkleckner/minor-spelling-fixes
Minor spelling fixes
2013-03-06 21:06:33 -08:00
Michael DeHaan
fe8547cac0 Ensure template arguments if complex are still properly templated 2013-03-07 00:04:48 -05:00
Vadim Berezniker
b9a3cc551e Respect gem_source option if specified 2013-03-06 16:58:57 -08:00
Brian Coca
76f709286e added check for starting $HOME for remote_tmp so as to non root sudo override
Signed-off-by: Brian Coca <bcoca@tablethotels.com>
2013-03-06 17:32:12 -05:00
Jim Kleckner
92844d3dcd Minor spelling fixes 2013-03-06 10:41:19 -08:00
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.
2013-03-06 10:23:35 -08:00
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.
2013-03-06 10:18:34 -08:00
Nandor Sivok
74ced2d80c netscaler module initial commit 2013-03-06 15:32:01 +01:00
Michael DeHaan
ca16a91da1 Merge pull request #2313 from mmoya/fix-copyright
Fix chroot.py copyright
2013-03-05 18:38:09 -08:00
Maykel Moya
e898f30f78 Fix copyright 2013-03-06 02:40:34 +01:00
Michael DeHaan
b11cf15b3e Merge pull request #2302 from leucos/patch-1
Update playbooks2.rst
2013-03-05 17:14:47 -08:00
Michael DeHaan
0b1343a281 Merge pull request #2306 from tbielawa/docdepends
Update the Makefile and build-site.py to notify of missing dependencies
2013-03-05 17:14:02 -08:00
Daniel Hokka Zakrisson
ce9b5e8227 Merge pull request #2309 from r-p-e/devel
fix ansible-playbook manpges regarding option for syntax check
2013-03-05 16:06:30 -08:00
r-p-e
1f1eb4125f align manpages with actual code for --syntax-check 2013-03-06 00:42:53 +01:00
Daniel Hokka Zakrisson
3d49f74df6 Make apt upgrade=dist work and make its argument handling more idiomatic
Fixes #2287.
2013-03-05 23:46:34 +01:00
Daniel Hokka Zakrisson
67e16eebbb Merge pull request #2308 from asad-at-srt/patch-1
Update mysql_db
2013-03-05 14:45:18 -08:00
asad-at-srt
e581bbcafc Update mysql_db
The target parameter is not required, the DOCUMENTATION section was in error.
2013-03-05 17:11:12 -05:00
Daniel Hokka Zakrisson
7ad13d04fb Merge pull request #2299 from dagwieers/rpm-docsite-fix
Allow 'make rpm' without the need for env-setup
2013-03-05 13:21:28 -08:00
Daniel Hokka Zakrisson
a225058457 Merge pull request #2298 from junegunn/get_url-force
get_url: should always download the file when force is set
2013-03-05 12:50:33 -08:00
Daniel Hokka Zakrisson
5ec40b17e7 Merge pull request #2304 from skvidal/devel
add docs to mount module using LABEL and UUID
2013-03-05 12:47:51 -08:00
Daniel Hokka Zakrisson
baeb1bce11 Fix example crypt to include trailing $
Fixes #2305.
2013-03-05 21:39:28 +01:00
Tim Bielawa
badb41390e Update the Makefile and build-site.py to notify of missing dependencies for doc compiling 2013-03-05 13:59:39 -05:00
Seth Vidal
2f2a02cb49 add docs to mount module using LABEL and UUID 2013-03-05 12:13:36 -05:00
Michel Blanc
aeed04b73f Cosmetic fixes
Fixed typo in passlib URL link
Fixed style in cryp scheme list
Fixed bullet 7 in variable precedence section
Adds statement regarding passlib requirement
2013-03-05 17:28:09 +01:00
Michel Blanc
f3b06a3008 Adds crypt scheme list for vars_prompt
Added more details on encrypt usage for vars_prompt, including a list of
crypt schemes and a ling to the passlib documentation.
2013-03-05 17:19:14 +01:00
Michel Blanc
d03954a24b Update playbooks2.rst
Added doc on encrypt capability of vars_prompt.
Assuming the example in https://github.com/ansible/ansible/blob/devel/examples/playbooks/prompts.yml is still valid.
2013-03-05 16:26:24 +01:00
Daniel Hokka Zakrisson
e2c1b34dbb Remove webdocs from docs
No reason to build the website for RPMs/DEBs, adding dependency on
Sphinx.
2013-03-05 13:05:00 +01:00
Daniel Hokka Zakrisson
51d7c120e1 Merge pull request #2300 from johanwiren/gemdocs
Corrected formatting in docs for the gem-module
2013-03-05 03:59:43 -08:00
Johan Wirén
e53826b088 Corrected formatting in docs for the gem-module 2013-03-05 12:28:04 +01:00
Dag Wieers
59912b47be Allow 'make rpm' without the need for env-setup
As it used to be before, 'make rpm' from a cloned repository should work without the need to run hacking/env-setup. It's an easy fix, in line with what we already did for the man-pages.
2013-03-05 11:12:00 +01:00
Junegunn Choi
7f556d8939 should always download when force is set 2013-03-05 11:39:50 +09:00
Maykel Moya
ee7f8d018e file module should check invalid arguments (fixes #2135) 2013-03-04 12:55:18 +01:00
Daniel Hokka Zakrisson
1784fd80cc When a host list is used, no parser is present 2013-03-04 12:37:15 +01:00
Grant Gavares
cd51c7f234 Add socket timeout to uri module.
The uri module can be configured to abort after a specified timeout if
it cannot connect to the configured uri. This prevents a uri action from
hanging indefinitely when the remote endpoint cannot be reached because
it is unavailable, there is a firewall in place etc. The default behavior
is left unchanged: timeout=None

This change also introduces a new type for module_parameters: int
Code was added to perform conversion from string -> int type in
module_common.py.

The new type was required in order to play nice with httplib2 which
refuses to accept (and convert) anything other than a numeric type for
the timeout value.
2013-03-02 17:34:23 -08:00
Patrik Lundin
f485eb28f5 Teach setup about OpenBSD package manager.
* We cannot depend on the path because FreeBSD for example uses the same path.
2013-03-03 00:02:50 +01:00
Patrik Lundin
eb6398f168 Add openbsd_pkg: package management for OpenBSD.
* Code influenced by the service module but without classes.
* Thanks to @dhozac for input and review.
* Thanks to @johanwiren for getting me to push this out the door.
2013-03-03 00:01:02 +01:00
Daniel Hokka Zakrisson
b130716b61 YAML requires quoting the entire value when it starts with a quote
Fixes #2280.
2013-03-02 21:35:51 +01:00
Yves Dorfsman
c9a201eb43 fixed typos 2013-03-02 12:12:25 -07:00
Yves Dorfsman
377351f6fd Clarified that proxy can be changed via an variable. 2013-03-02 11:42:49 -07:00
Yves Dorfsman
e45a0fd61d Added a fail_on_missing option to fetch. 2013-03-02 11:04:48 -07:00
Michael DeHaan
de09e9dade Update doc reference to clarify that $item isn't expanded here. 2013-03-02 11:47:43 -05:00
Michael DeHaan
6ad390a92b Revert "Revert "for #2196 now gruopby module invalidates host cached variables so they can be reevaluated with new groups""
This reverts commit dc0515a88a.

We didn't need to revert this :)
2013-03-02 10:38:51 -05:00