James Cammarata
f068a4f26a
Merge pull request #6991 from joshuaconner/bugfix_dont_send_wrong_params_to_dockerclient_start
...
Docker: don't send wrong parameters to client.start()
11 years ago
James Cammarata
3b78b05816
Merge pull request #6599 from dmage/nova_region_name
...
use region_name in nova_compute
11 years ago
James Cammarata
566a284186
Merge pull request #6985 from jimi-c/issue_6763_ec2_vpc_params
...
Ensure params were set in ec2_vpc before accessing them
11 years ago
James Cammarata
83d6ee998f
Merge pull request #7128 from stansonhealth/improve_tag_docu
...
update ec2_tags documentation to include missing option
11 years ago
Erika Heidi
40e7c6eddc
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.
11 years ago
Ted Timmons
118ed766e6
update documentation to include missing option
...
'list' was added more recently, it was omitted from the documentation.
11 years ago
James Cammarata
f6679d4ad4
Merge pull request #7076 from mscherer/better_message_service
...
Add a better error message for service
11 years ago
Michael Scherer
cf3365b99e
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.
11 years ago
James Cammarata
81f25e8b59
Merge pull request #7089 from dagwieers/debug-docs
...
Add an example to show all hostvars using debug
11 years ago
James Cammarata
234d0053bf
Merge pull request #7096 from CaptTofu/docker
...
Small bug - 'acts' should be 'facts'
11 years ago
James Cammarata
2725538515
Merge pull request #7095 from radeksimko/pokemon-exc-fix
...
Prevent catching unrelated exceptions
11 years ago
CaptTofu
45d2cab30c
Small bug - 'acts' should be 'facts'
11 years ago
Radek Simko
08befa9c86
Prevention for catching unrelated exceptions added
11 years ago
Radek Simko
7d47f46807
Explicit check of return code for autoinstallation of python-apt added
...
This will allow easier debugging through more meaningful error message.
11 years ago
Dag Wieers
a19fbc7b24
Add an example to show all hostvars using debug
...
This is a useful example to help debug how facts and vars are being collated.
11 years ago
Joshua Conner
bac2e879b2
docker: send 1.10 params if docker-py is new enough version
11 years ago
Matt Bray
afd0e78f16
docker.client.APIError has moved to docker.errors.APIError
...
see 18d4db09ec
11 years ago
James Cammarata
019c515a0b
Check resource_tags value before using it in ec2_vpc
...
Fixes #7024
11 years ago
James Cammarata
e1cbdedf19
Merge branch 'devel' of https://github.com/evanccopengeo/ansible into evanccopengeo-devel
11 years ago
Hernandes B. de Sousa
780b5e0bbf
Add missing info for the append option
...
Both 'default' and 'choices' options were missing at the documentation.
11 years ago
James Cammarata
39356bd83b
Get the bin path for commands in the unarchive module
...
Fixes #6927
11 years ago
evanccopengeo
ab8f9544a6
cleaning up the code a bit more
11 years ago
evanccopengeo
2ab68cba0c
fixing bug where if both private_ip and assign_public_p are set ansible fails out
11 years ago
James Cammarata
0c96e2f33b
Check to make sure the firewalld client is connected before proceeding
...
Fixes #6911
11 years ago
Cédric RICARD
556c780ac9
Fixed test on 'cached' parameter.
...
'cached' parameter is boolean, not string
11 years ago
Joshua Conner
6bf75de95c
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.
11 years ago
James Tanner
076bba555f
Addresses #6908 Add a mode parameter to apt_repository
11 years ago
James Tanner
c827f8ad3d
Remove debug line
11 years ago
James Tanner
f273d3ef42
Addresses #6908 Strip usernames and passwords from apt_repository filenames
11 years ago
James Cammarata
af58d6e8f5
Ensure params were set in ec2_vpc before accessing them
...
Fixes #6763
11 years ago
Michael DeHaan
328412ddb6
Merge pull request #6952 from nousdefions/devel
...
Added example demonstrating other functionality
11 years ago
Michael DeHaan
7fb26f43a3
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()
11 years ago
Michael J. Schultz
fb10556f3e
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
11 years ago
Matt Bray
3d20c585a6
docker: from API 1.10 dns and volumes_from should be passed to start()
11 years ago
James Tanner
0f82a2b53c
Addresses #6702 Remove version_added from description string
11 years ago
Jonathan Davila
a90aa46ed2
Added example demonstrating other functionality
11 years ago
James Tanner
f2c9c2c141
Addresses #6702 set version_added for rsync_opts
11 years ago
jctanner
7a6267690e
Merge pull request #6702 from jjshoe/devel
...
Allow you to pass in arbitrary rsync options
11 years ago
James Tanner
fec4c797d9
Fixes #6929 remote file module doc fragments from copy and template
11 years ago
Will Thames
a203485e8b
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
11 years ago
willthames
d1a7fca7f3
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
11 years ago
James Tanner
199992adb6
Fixes #6894 create docs fragment for files
11 years ago
James Tanner
0025273fca
Fixes syntax error in cron module caused by #6870
11 years ago
James Cammarata
973b29e624
Fix incorrect version_added value in docstring for subversion export param
11 years ago
James Tanner
b9ff96f838
Fix version_added for node in rabbitmq modules
11 years ago
James Tanner
74c5b8b3bb
Fix version added for new parameters in quantum modules
11 years ago
James Tanner
e4d7ffc47c
Fix version added for annotation in pkgng
11 years ago
James Tanner
fc362c5f5c
Fix version_added for login_tenant_name in keystone_user
11 years ago
James Tanner
2ac7caa3c6
Fix version_added for install_options in homebrew
11 years ago
James Tanner
2f474fc4d5
Fix version_added for new params in gce_pd
11 years ago