Commit Graph

4083 Commits (442c68f7e89e67cf397a411868b31bface9c7d3c)

Author SHA1 Message Date
James Cammarata 46c0eb2f3e Merge pull request #7022 from jjshoe/patch-1
apt_key lists all keys in uppercase
12 years ago
James Cammarata 060e2193a1 Merge pull request #6991 from joshuaconner/bugfix_dont_send_wrong_params_to_dockerclient_start
Docker: don't send wrong parameters to client.start()
12 years ago
James Cammarata eb090ad4a2 Merge pull request #6599 from dmage/nova_region_name
use region_name in nova_compute
12 years ago
James Cammarata 24cfcd1f88 Merge pull request #6985 from jimi-c/issue_6763_ec2_vpc_params
Ensure params were set in ec2_vpc before accessing them
12 years ago
James Cammarata ed1c7a0f5d Merge pull request #7128 from stansonhealth/improve_tag_docu
update ec2_tags documentation to include missing option
12 years ago
Erika Heidi 036c7a7759 Possible docs error: 'path' instead of 'src'
I came to this example today (line 50), and when I tried it, I got an error:

`msg: src and dest are required for creating links`

So, I changed **path** to **src** and it worked fine. Looks like the example is wrong, since the docs say "dest" is already an alias for "path", in which case we would have 2 "path" definitions.
12 years ago
Ted Timmons b5895712b3 update documentation to include missing option
'list' was added more recently, it was omitted from the documentation.
12 years ago
James Cammarata d88ac5e24d Merge pull request #7076 from mscherer/better_message_service
Add a better error message for service
12 years ago
Michael Scherer 43d0fbd342 Add a better error message for service
While migrating my playbook to a newer ansible version, I faced
the error message "unknown init system, cannot enable service". It turned
out to be caused by a wrong service name that was not expanded anymore.

So by giving the name of the service that cannot be enabled and a more precise
reason, i think people will be able to diagnose their issue more easily.
12 years ago
James Cammarata 149339f620 Merge pull request #7089 from dagwieers/debug-docs
Add an example to show all hostvars using debug
12 years ago
James Cammarata 53754357f7 Merge pull request #7096 from CaptTofu/docker
Small bug - 'acts' should be 'facts'
12 years ago
James Cammarata afee14173e Merge pull request #7095 from radeksimko/pokemon-exc-fix
Prevent catching unrelated exceptions
12 years ago
CaptTofu 2990db728a Small bug - 'acts' should be 'facts' 12 years ago
Radek Simko 1513d2bd64 Prevention for catching unrelated exceptions added 12 years ago
Radek Simko 8bdd96b273 Explicit check of return code for autoinstallation of python-apt added
This will allow easier debugging through more meaningful error message.
12 years ago
Dag Wieers 3c15d64655 Add an example to show all hostvars using debug
This is a useful example to help debug how facts and vars are being collated.
12 years ago
Joshua Conner 10171dc42b docker: send 1.10 params if docker-py is new enough version 12 years ago
Matt Bray 3948dc2d1d docker.client.APIError has moved to docker.errors.APIError
see 18d4db09ec
12 years ago
James Cammarata a37a84243b Check resource_tags value before using it in ec2_vpc
Fixes #7024
12 years ago
James Cammarata f9eb0ba4ad Merge branch 'devel' of https://github.com/evanccopengeo/ansible into evanccopengeo-devel 12 years ago
jjshoe 5258f75789 apt_key lists all keys in uppercase
allow for a little user error
12 years ago
Hernandes B. de Sousa 202fc57253 Add missing info for the append option
Both 'default' and 'choices' options were missing at the documentation.
12 years ago
James Cammarata e8b33636ae Get the bin path for commands in the unarchive module
Fixes #6927
12 years ago
evanccopengeo ac64f3c8cf cleaning up the code a bit more 12 years ago
evanccopengeo 88b30a74d2 fixing bug where if both private_ip and assign_public_p are set ansible fails out 12 years ago
James Cammarata f547733b1f Check to make sure the firewalld client is connected before proceeding
Fixes #6911
12 years ago
Cédric RICARD 3384021fe6 Fixed test on 'cached' parameter.
'cached' parameter is boolean, not string
12 years ago
Joshua Conner 0ef288dcc8 Docker: don't send wrong parameters to client.start()
As part of being updated for the 1.10 API, a couple of parameters were passed to the docker.client.start() command that it doesn't accept. This caused the module to error out if it tried to start any Docker containers. This removes those parameters so the module works again.
12 years ago
James Tanner 6ec0e25d1a Addresses #6908 Add a mode parameter to apt_repository 12 years ago
James Tanner 28cb4756c4 Remove debug line 12 years ago
James Tanner db36c41c3b Addresses #6908 Strip usernames and passwords from apt_repository filenames 12 years ago
James Cammarata 46ea3155c6 Ensure params were set in ec2_vpc before accessing them
Fixes #6763
12 years ago
Michael DeHaan 537320774a Merge pull request #6952 from nousdefions/devel
Added example demonstrating other functionality
12 years ago
Michael DeHaan bc2b4174a5 Merge pull request #6956 from mattjbray/docker-1-10-volumes-from-dns
docker: from API 1.10 dns and volumes_from should be passed to start()
12 years ago
Michael J. Schultz db92301b00 cloud/elasticache: Ensure self.data is iterable
- self.data['SecurityGroups'] can return None causing traceback, if that
  is the case fallback to an empty list
12 years ago
Matt Bray 71b5a11735 docker: from API 1.10 dns and volumes_from should be passed to start() 12 years ago
James Tanner b0556ab1fb Addresses #6702 Remove version_added from description string 12 years ago
Jonathan Davila 6a6ade830e Added example demonstrating other functionality 12 years ago
James Tanner 42fbbd0502 Addresses #6702 set version_added for rsync_opts 12 years ago
jctanner bb3ce0c744 Merge pull request #6702 from jjshoe/devel
Allow you to pass in arbitrary rsync options
12 years ago
James Tanner dfdc3b82a0 Fixes #6929 remote file module doc fragments from copy and template 12 years ago
Will Thames e7b275483c Use common code for ec2_elb and ec2_elb_lb
Uses the new get_aws_connection_info
and connect_to_aws common methods to reuse code

Now complains if region is not set in one of the
three possible methods

Also moved over to common documentation code so
this is actually based on #6913
12 years ago
willthames 509561f658 Moved AWS modules over to common module fragments
Created common module doc fragment, and applied to all
modules that use ec2_connect or connect_to_aws as
they definitely share the common doc fragments
12 years ago
James Tanner 68cd7258b6 Fixes #6894 create docs fragment for files 12 years ago
James Tanner 899ba4c9bb Fixes syntax error in cron module caused by #6870 12 years ago
James Cammarata 26ce8dac27 Fix incorrect version_added value in docstring for subversion export param 12 years ago
James Tanner 6d54eae96a Fix version_added for node in rabbitmq modules 12 years ago
James Tanner 7c9243eacf Fix version added for new parameters in quantum modules 12 years ago
James Tanner c29cca6f86 Fix version added for annotation in pkgng 12 years ago
James Tanner db90f308ca Fix version_added for login_tenant_name in keystone_user 12 years ago