Yap Sok Ann
d77276380f
git: Handle network problem when running git ls-remote
.
2013-10-16 20:37:07 +08:00
Yap Sok Ann
633438bfbb
git: Always return the before/after revisions, even in check mode.
...
The return values from check mode and non-check mode should match in all cases,
except when a SHA-1 hash is used as version, as there is no way to check if it
is a valid hash using `git ls-remote`.
Also, to accomodate this change, the force flag for the reset function has been
removed so that we can do the checking in main.
2013-10-16 20:37:07 +08:00
Yap Sok Ann
12c4bf51b8
git: Make function get_remote_head usable when cloning.
...
This allows the module to return the before/after revisions in all cases.
2013-10-16 20:37:07 +08:00
Yap Sok Ann
3ff0c6d50d
git: Remove unnecessary return code checking.
...
The functions either return rc=0 or call fail_json themselves.
2013-10-16 20:37:06 +08:00
Yap Sok Ann
201ff02d1f
git: Full length SHA-1 in, full length SHA-1 out.
...
This removes ambiguity at the expense of slight backward incompatibility.
2013-10-16 20:37:06 +08:00
James Tanner
56ffd4edbb
Fixes #4532 Send easy_install to get_bin_path instead of None
2013-10-15 18:15:08 -04:00
James Tanner
875a7aa020
fix indentation in easy_install module docstring
2013-10-15 12:49:43 -04:00
James Cammarata
57cec2a88b
Handle ssh key files that may only have a type/key specified
...
If a specified key did not have a comment, it would be ignored as
an invalid key.
Fixes #4513
2013-10-15 09:05:50 -05:00
Stefan Heinemann
576f5813a2
Set the options of an authorized key comma separated
...
According to the sshd man page, no spaces are permitted between the
options of an authorized ssh key
2013-10-15 15:29:52 +02:00
Stefan Heinemann
948713db5e
Don't mind the options of a key when removing it
...
This allows to remove a key without knowing the options in the
authorized_key file
2013-10-15 15:29:47 +02:00
Mickaël Rémond
4d334b3c86
Add executable parameter to find gem binary in gem module
...
This is especially needed with rvm where gem binary can be in unusual locations
2013-10-15 09:08:33 +02:00
Michael DeHaan
4503cbebc0
Added "debug: var=variableName" capability.
2013-10-14 21:01:38 -04:00
Michael DeHaan
05251f2745
Merge pull request #4346 from dmkoch/digitalocean-droplet-options
...
Add "virtio" and "private_networking" options for DigitalOcean droplets
2013-10-14 17:05:06 -07:00
Michael DeHaan
4105af455e
Merge pull request #4488 from renanivo/devel
...
create install_options parameter for homebrew module
2013-10-14 16:47:59 -07:00
Cove Schneider
502fe3cf5f
Un-camelcase DockerContainers, rename class to DockerManager().
2013-10-14 13:49:53 -07:00
jctanner
c617705687
Merge pull request #4470 from jyap808/patch-1
...
Assume state='directory' if recurse is set and previous state was 'direc...
2013-10-14 13:49:35 -07:00
Michael DeHaan
a3df406554
Add note about feature being new in 1.4
2013-10-14 11:57:19 -04:00
Constantine Peresypkin
c2eef4d139
add support for disk_config option to cloud/rax module
2013-10-14 11:57:19 -04:00
Michael DeHaan
377b3f4b6f
Merge branch 'devel' of git://github.com/shirou/ansible into devel
2013-10-14 11:50:25 -04:00
Pedro Romano
c73d8012b4
Implement a '_get_easy_install' helper function to find the desired
...
'easy_install' executable, modeled on '_get_pip'
from the 'pip' module to correctly handle all combinations of explicit
executable and virtualenv.
2013-10-14 11:48:45 -04:00
Pedro Romano
1391add126
Refactor helper function '_get_pip' to handle the cases where an absolute
...
path explicit executable is passed to the task and to look for an explicit executable
by basename in a virtualenv if that is specified.
2013-10-14 11:48:28 -04:00
Pedro Romano
8a843e997f
New module argument to specify the executable used for running 'pip'. This allows support for system installation of packages on systems with multiple installations of Python.
2013-10-14 11:48:28 -04:00
Pedro Romano
506d476d9d
New module argument to specify the executable used for running 'easy_install'. This allows support for system installation of packages on systems with multiple installations of Python.
2013-10-14 11:48:27 -04:00
Pedro Romano
0f2722d761
Rename copy/pasted variables more appropriately.
2013-10-14 11:47:59 -04:00
Pedro Romano
ddcac647ff
Changes examples from using Flask to some other package (Bottle was chosen) as per @mpdehaan's suggestion.
2013-10-14 11:47:59 -04:00
Michael DeHaan
6e4c1bf4fa
Slight tweak to ovirt module docs.
2013-10-14 11:43:01 -04:00
Michael DeHaan
98045673eb
Update version_added in ovirt module.
2013-10-14 11:41:24 -04:00
Michael DeHaan
459af0a7c5
Merge pull request #3838 from vincentvdk/ovirt-mod
...
added new module "ovirt"
2013-10-14 08:40:07 -07:00
Michael DeHaan
2587298f5d
Some minor doc updates for the acl module.
2013-10-14 11:36:48 -04:00
Michael DeHaan
1158164c90
Merge pull request #3610 from bcoca/acl_module
...
initial draft acl module
2013-10-14 08:32:10 -07:00
Brian Coca
6db8c642d5
added long names to support older version as per feedback
...
Signed-off-by: Brian Coca <briancoca+dev@gmail.com>
2013-10-14 10:48:30 -04:00
Jurrien Bloemen
d56db0c85a
Added full path to rhnreg_ks command for working correctly with sudo.
2013-10-14 16:05:01 +02:00
Keith Buck
5397f90f0c
Improve the formatting and content for the sysctl module's description.
2013-10-14 07:16:47 +00:00
Cove Schneider
21e31722f9
remove comment about requirements
2013-10-13 21:37:42 -07:00
Cove Schneider
b4cce885e3
add requirements back
2013-10-13 21:36:42 -07:00
Cove Schneider
8f0b3cac51
clean up a few warnings
2013-10-13 21:34:58 -07:00
Cove Schneider
0fc525ff11
add python requirements to docs
2013-10-13 21:14:27 -07:00
Cove Schneider
3859da2a76
add example docs
2013-10-13 20:34:14 -07:00
Cove Schneider
ea3745d7dd
add docker module
2013-10-13 15:07:27 -07:00
Eric Johnson
b212632808
update defaults and help for 'name' and 'instance_names'
2013-10-13 13:48:09 -07:00
Eric Johnson
b4533c880b
address a few review comments
2013-10-13 13:41:55 -07:00
Renan Ivo
ecb9b2ea0f
update version_added of homebrew module
2013-10-13 15:32:51 -03:00
Renan Ivo
086da3dafc
set default options value to None in homebrew module
2013-10-13 10:42:12 -03:00
Renan Ivo
d038ea2956
create install_options parameter to homebrew module
2013-10-13 10:24:07 -03:00
Michael DeHaan
2921775944
Merge pull request #4477 from eggsby/devel
...
supervisorctl: user expansion on config filepath
2013-10-13 06:22:02 -07:00
Joe Maller
f7e30347f6
ignore src when file module state=absent
2013-10-13 01:22:53 -04:00
Thomas Omans
e83eb54d1f
supervisorctl: user expansion on config filepath
2013-10-12 15:57:42 -07:00
Michael Scherer
93a75a4d83
Fix issue 4433, make sure status is a int rather than a string
2013-10-12 22:10:40 +02:00
Harrison Gu
e31927a03e
Fix bug for setting ec2 tags
2013-10-12 20:57:32 +08:00
Julian Yap
48d2747b6a
Assume state='directory' if recurse is set and previous state was 'directory'
...
Resolves this issue: https://github.com/ansible/ansible/issues/2067
2013-10-11 15:56:14 -10:00