Mike Buzzetti
657edc2116
Updated and corrected example section
2014-04-22 09:27:26 -04:00
Michael Heca
ae8b942e4a
module docker - add docker version comment
...
Default docker version 0.9.1 from Ubuntu 14.04 LTS don't report APIVersion.
2014-04-22 12:21:51 +02:00
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.
2014-04-22 09:13:57 +02:00
Mike Buzzetti
83507a90bc
Adding support for purging subnets
2014-04-21 21:42:05 -04:00
Richard Hoop
3dca5d510a
Large cleanups. Reintegrating all modules together for a guest
2014-04-21 16:38:31 -04:00
James Cammarata
81f25e8b59
Merge pull request #7089 from dagwieers/debug-docs
...
Add an example to show all hostvars using debug
2014-04-21 12:11:39 -05:00
James Cammarata
234d0053bf
Merge pull request #7096 from CaptTofu/docker
...
Small bug - 'acts' should be 'facts'
2014-04-21 11:49:26 -05:00
James Cammarata
2725538515
Merge pull request #7095 from radeksimko/pokemon-exc-fix
...
Prevent catching unrelated exceptions
2014-04-21 11:49:04 -05:00
CaptTofu
45d2cab30c
Small bug - 'acts' should be 'facts'
2014-04-21 08:06:00 -07:00
Radek Simko
08befa9c86
Prevention for catching unrelated exceptions added
2014-04-21 15:35:49 +01:00
Radek Simko
7d47f46807
Explicit check of return code for autoinstallation of python-apt added
...
This will allow easier debugging through more meaningful error message.
2014-04-21 14:10:09 +01:00
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.
2014-04-21 11:40:53 +02:00
Bruce Pennypacker
f3e22024c5
Fix for https://github.com/ansible/ansible/issues/7054 - when renaming an instance and waiting for the change to occur, force result.id to the name of the new instance so the subsequent call to get_current_resource succeeds.
2014-04-18 17:56:11 +00:00
Michael Heca
cac1b1caf0
module docker_image - default tag latest
...
Fix constant rebuild of image if no tag specified.
2014-04-18 16:14:12 +02:00
Mike Buzzetti
88b1efa7be
Adds support for VPC subnets to ELB
2014-04-18 09:59:35 -04:00
Joshua Conner
0ce43d6e3c
docker: exclude 'entrypoint' from comparing 'command' param with containers
...
The JSON the Docker API returns includes the container's ENTRYPOINT value (if it has one) with the 'Command' value. So instead of checking if `container['Command'] == module.params['command']`, we just check that `container['Command'].endswith(module.params['command'])` so the entrypoint won't affect a container being properly classified as matching the module params or not.
Also I refactored a super-long `if` statement into some temporary variables - I did it to help me figure out what was going wrong, and then it makes the code more readable so I kept it.
2014-04-17 16:10:53 -07:00
Joshua Conner
bac2e879b2
docker: send 1.10 params if docker-py is new enough version
2014-04-17 16:05:50 -07:00
James Cammarata
10923b1c11
Make sure a default allow out rule exists if no other egress rules do
...
Fixes #7027
2014-04-17 15:24:18 -05:00
Chad Nelson
6aac9538a8
Only update submodules when recursive is true
2014-04-17 09:34:36 -04:00
Andreas Fleig
cef705d04f
apt_key: fix key lookup for 64 bit key ids
...
Fixes #7018 by extending `all_keys` to work with either short or long keys.
Also removes the ununsed method `key_present`.
2014-04-17 03:51:19 +02:00
Matt Bray
afd0e78f16
docker.client.APIError has moved to docker.errors.APIError
...
see 18d4db09ec
2014-04-16 23:42:56 +01:00
James Cammarata
019c515a0b
Check resource_tags value before using it in ec2_vpc
...
Fixes #7024
2014-04-16 12:21:32 -05:00
Brian Brazil
32a67999b6
Fix race conditions where a process gets in state "Running"
...
between the restart/start command and the summary command.
Refactor to avoid repeating the status, and fail if a given call to monit fails.
2014-04-16 18:04:19 +01:00
James Cammarata
e1cbdedf19
Merge branch 'devel' of https://github.com/evanccopengeo/ansible into evanccopengeo-devel
2014-04-16 10:24:39 -05:00
jjshoe
eeb2c240ca
apt_key lists all keys in uppercase
...
allow for a little user error
2014-04-16 10:06:59 -05:00
Michael Heca
6618c1e8b5
module replace - report changed only if contents is changed
2014-04-16 09:25:56 +02:00
Hernandes B. de Sousa
780b5e0bbf
Add missing info for the append option
...
Both 'default' and 'choices' options were missing at the documentation.
2014-04-16 01:22:12 -03:00
James Cammarata
39356bd83b
Get the bin path for commands in the unarchive module
...
Fixes #6927
2014-04-15 20:39:22 -05:00
evanccopengeo
ab8f9544a6
cleaning up the code a bit more
2014-04-15 18:16:34 -04:00
evanccopengeo
2ab68cba0c
fixing bug where if both private_ip and assign_public_p are set ansible fails out
2014-04-15 17:55:26 -04:00
James Cammarata
0c96e2f33b
Check to make sure the firewalld client is connected before proceeding
...
Fixes #6911
2014-04-15 15:03:52 -05:00
Cédric RICARD
556c780ac9
Fixed test on 'cached' parameter.
...
'cached' parameter is boolean, not string
2014-04-15 16:41:27 +02:00
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.
2014-04-14 15:05:42 -07:00
James Tanner
076bba555f
Addresses #6908 Add a mode parameter to apt_repository
2014-04-14 16:42:23 -04:00
James Tanner
c827f8ad3d
Remove debug line
2014-04-14 16:02:08 -04:00
James Tanner
f273d3ef42
Addresses #6908 Strip usernames and passwords from apt_repository filenames
2014-04-14 13:18:21 -04:00
James Cammarata
af58d6e8f5
Ensure params were set in ec2_vpc before accessing them
...
Fixes #6763
2014-04-14 10:58:07 -05:00
Michael DeHaan
328412ddb6
Merge pull request #6952 from nousdefions/devel
...
Added example demonstrating other functionality
2014-04-14 11:32:44 -04:00
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()
2014-04-14 11:29:10 -04:00
Ben Whaley
6d00756863
Stackdriver code deploy and annotation module
2014-04-12 00:56:32 +00:00
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
2014-04-11 18:23:53 -05:00
Matt Bray
3d20c585a6
docker: from API 1.10 dns and volumes_from should be passed to start()
2014-04-11 17:08:55 +01:00
James Tanner
0f82a2b53c
Addresses #6702 Remove version_added from description string
2014-04-11 11:18:05 -04:00
Jonathan Davila
a90aa46ed2
Added example demonstrating other functionality
2014-04-11 11:14:40 -04:00
James Tanner
f2c9c2c141
Addresses #6702 set version_added for rsync_opts
2014-04-11 11:04:05 -04:00
jctanner
7a6267690e
Merge pull request #6702 from jjshoe/devel
...
Allow you to pass in arbitrary rsync options
2014-04-11 10:43:14 -04:00
James Tanner
fec4c797d9
Fixes #6929 remote file module doc fragments from copy and template
2014-04-10 16:06:35 -04:00
Eugene Brevdo
898375418d
VPC security group membership fix for boto.
...
* facts now provides a list of existing vpc security group memberships
* adding a comma separated list of sg-* tags properly modifies membership
2014-04-09 13:32:47 -07:00
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
2014-04-09 22:47:51 +10:00
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
2014-04-09 21:19:12 +10:00