CaptTofu
45d2cab30c
Small bug - 'acts' should be 'facts'
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
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
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
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
74c5b8b3bb
Fix version added for new parameters in quantum modules
11 years ago
James Tanner
fc362c5f5c
Fix version_added for login_tenant_name in keystone_user
11 years ago
James Tanner
2f474fc4d5
Fix version_added for new params in gce_pd
11 years ago
James Tanner
644c635513
Fix version_added for new params in gce_net
11 years ago
James Tanner
bd25a999da
Fix version_added for new params in gce_lb
11 years ago
James Tanner
15701ffaa4
Set version_added for snapshot in ec2_vol
11 years ago
Michael DeHaan
17bf7d7a74
Merge pull request #6850 from atlashealth/ec2_set_ebs_optimized
...
ec2: added ability to set EBS optimized instances
11 years ago
James Tanner
08e75935db
Fixes #6780 Update version_added for source_dest_check in ec2 module
11 years ago
James Cammarata
37c1b7bf6e
Merge branch 'rax-clb-nodes-nodeid' of https://github.com/sivel/ansible into sivel-rax-clb-nodes-nodeid
11 years ago
Matt Martz
a191688c71
Simplify node matching
11 years ago
Atlas Health
b3f74ac03e
moved ebs_optimized param out of main request hash
11 years ago
Michael DeHaan
e39d37db2a
Merge pull request #6864 from sivel/rax-add-shared-mod-docs
...
Shared module docs for remaining rax modules
11 years ago
Matt Martz
ac6082e303
Shared module docs for remaining rax modules
11 years ago
Matt Martz
9a19792eff
Allow respecification of a node without requiring node_id
11 years ago
Ted Timmons
6b5e79c442
cloudformation's disable_rollback must be a bool
...
passing "yes" to boto causes severe problems.
11 years ago
Michael DeHaan
baa76d81e3
Merge pull request #6849 from atlashealth/ec2_snapshot_fixed_type_issue
...
ec2_snapshot: fix for "unknown type number requested for wait_timeout"
11 years ago
Matt Martz
61ace3a03c
rax modules improvements
...
* Catch issues with invalid regions
* Ensure we send string only data as meta values in the rax module
* Add public_key/lookup example for rax_keypair
* Clean up import statements
11 years ago
Matt Martz
aaf766595b
Use PluginLoader for module docs fragments
11 years ago
Matt Martz
681c5aea3a
Add support for shared module documentation fragments
11 years ago
Atlas Health
3e86baf6fa
ec2: added ability to set EBS optimized instances
...
added version
11 years ago
Atlas Health
7b4fe54690
fixed error related to type being defined as a number
11 years ago
James Tanner
1dead65ff7
Fixes #6454 verify ec2 key fingerprints
11 years ago
Paul Durivage
dee5d58493
Fix issue where a container is created but is not indicating that the state was changed
11 years ago
Michael DeHaan
d9876343b1
Merge pull request #6798 from follower/patch-5
...
Clarify the port value always defaults to 3306
11 years ago
Michael DeHaan
91dba74bf9
Merge pull request #6770 from lemonlatte/fix_default_uri_of_get_xml
...
Fix the default url of get_xml function.
11 years ago
James Cammarata
c98f4c698c
Adding wait/wait_timeout parameters to the ec2_key module
...
Fixes #6455
11 years ago
jctanner
aa37c862db
Merge pull request #6805 from sivel/env-interpreter-fix
...
Fix interpreter lines in a couple of modules
11 years ago
Matt Martz
a4078a4bf8
Use /usr/bin/python instead of /usr/bin/env python
11 years ago
follower
6a78e9e416
Clarify the port value always defaults to 3306
...
While the [boto docs](https://github.com/boto/boto/blob/develop/boto/rds/__init__.py#L253 ) make it seem like the default value of `port` is changed depending on the engine chosen, AFAICT from looking at the code the default value is never changed from 3306.
I think the docs are intended to be read as "the default value used by <engine> is <port> so you should change `port` to that value".
If you don't specify the port value and chose the database engine as PostgreSQL you'll end up with a PostgreSQL instance running on port 3306.
11 years ago
jjshoe
167ca65fcb
module_retention isn't defined anywhere, including the help.
11 years ago
Jim Yeh
afa1d91782
Fix the default url of get_xml function.
...
* This enable a user to configure uri in get_xml function
11 years ago
Matt Way
df9fe6c2b8
don't parse empty stream chunks
11 years ago
James Laska
eff2dc23c7
Use proper YAML quotes to fix webdocs
11 years ago
James Cammarata
a21ab1a94f
Removing wait loop around initial state check during registration
...
Also fixed a bug in which the state parameter was marked as a 'bool'
type, which was breaking execution of the module.
Fixes #6543
11 years ago
James Laska
f5f726d371
Fix YAML docstring that broke webdocs
11 years ago
Cristian Ciupitu
03eb65f25d
Bugfix for gc_storage and s3
...
Make keysum return None if not key_check (this case wasn't covered).
11 years ago
Michael DeHaan
5fc8a6bbd9
Merge pull request #6081 from alexanderpopov1/ec2_vpc-subnet-tagging
...
Added support for tagging subnets in ec2_vpc module
11 years ago
Michael DeHaan
8d0b4e1147
Add version_added to docs.
11 years ago
Michael DeHaan
8ba2b7f8eb
Merge branch 'aws-ec2-egress-rules' of git://github.com/mmoya/ansible into devel
11 years ago
Michael DeHaan
be4e728a8e
Merge branch 'ec2_vpc-multiple-vpcs-support' of git://github.com/alexanderpopov1/ansible into devel
...
Conflicts:
library/cloud/ec2_vpc
11 years ago