Brian Coca
|
f3e4704d92
|
Merge pull request #569 from 47lining/rate-throttling-retries-update
add retry with exponential backoff when we receive throttling error code...
|
10 years ago |
Mick Bass
|
64a2077787
|
Add support for AWS Security Token Service (temporary credentials) to all AWS cloud modules.
|
10 years ago |
Brian Coca
|
eacf4e4239
|
Merge pull request #269 from SDFE/rds_subnet_group_params
use aws connect call in rds_subnet_group that allows boto profile use
|
10 years ago |
Toshio Kuratomi
|
7e7eafb3e3
|
Make lack of boto call fail_json instead of sys.exit
Fixes #994
|
10 years ago |
Brian Coca
|
5d776936cc
|
Merge pull request #256 from SDFE/route53_connect_params
Use aws connect calls that allow boto profile use
|
10 years ago |
Brian Coca
|
68daec05f2
|
Merge pull request #254 from SDFE/ec2_vpc_connect_params
use simpler ec2_connect ec2 util call
|
10 years ago |
Brandon W Maister
|
efa4d04284
|
Make cache_subnet_group default to empty security groups
Since they can't be specified together, it seems like setting the
default to no security groups is the right option.
|
10 years ago |
Brandon W Maister
|
3cb2346312
|
Add `cache_subnet_group` to elasticache module
According to the [docs] cache subnet groups are required inside a VPC.
[docs]: http://docs.aws.amazon.com/AmazonElastiCache/latest/UserGuide/CacheSubnetGroups.html
|
10 years ago |
Brian Coca
|
0771dd12ca
|
Merge pull request #1004 from bcoca/s3_fixes
S3 fixes
|
10 years ago |
Brian Coca
|
e5ed49d6c7
|
added patch to workaround some s3 connection faliures
|
10 years ago |
Brian Coca
|
f6c9d555a0
|
Merge pull request #976 from jsmartin/asg_doc_fix
Re-wording of feature.
|
10 years ago |
Brian Coca
|
6570d48657
|
refactrored connection exception handling, added check to see if we actually get a connection before proceeding
Fixes #964
|
10 years ago |
Sarah Zelechoski
|
43cd4ebd2e
|
fix syntax in last example
|
10 years ago |
James Martin
|
3bd2b7c8aa
|
Re-wording of feature.
|
10 years ago |
Toshio Kuratomi
|
5399f3744f
|
Fix review comments from @bcoca in #745
|
10 years ago |
Toshio Kuratomi
|
9e9fa6a451
|
Merge branch 'fix-ec2_asg' of https://github.com/m-o-e/ansible-modules-core into m-o-e-fix-ec2_asg
|
10 years ago |
Toshio Kuratomi
|
a78de50801
|
Minor code formatting
|
10 years ago |
Rowan Wookey
|
37412219d5
|
Fixed group name not being passed to wait_for_new_instances when replacing instances
Fixed group_name not being passed to wait_for_elb
Minor code clean up
|
10 years ago |
James Martin
|
1c96ff32a1
|
check lb for instance healthy and some refactoring of rolling replace functions.
Optionally waiting for new instances to be in viable state on ASG creation/update.
Properly updating properties and terminating group.
|
10 years ago |
Toshio Kuratomi
|
fb1c92ffa4
|
Merge pull request #724 from ferrants/devel-metric_alarm_fix
check keys is in dim2 before evaluating
|
10 years ago |
Julien Syx
|
23fdba26b5
|
Fix the issue #931
Checking that the parameter doesn't exist. The old code had a bug when the parameter was 0.
|
10 years ago |
Toshio Kuratomi
|
d65d04b3f8
|
Merge pull request #904 from ansible/ec2_vpc-sort
Sort subnets by the order they are specified in the play
|
10 years ago |
Alex Rowley
|
7d6cd3baaa
|
cloud/amazon/s3: update documentation
update description to show that module can do more than just put files into s3
|
10 years ago |
Toshio Kuratomi
|
31cc5f543f
|
Fix for py2.6 (no dict comprehensions on py2.6)
|
10 years ago |
Toshio Kuratomi
|
8ed415589a
|
Initialize the value of vpc_id variable
|
10 years ago |
Brian Coca
|
07d5b50e2c
|
Merge pull request #903 from h3biomed/allow_default_subnet
Allow vpc_subnet_id to remain unspecified (see bc0c169 )
|
10 years ago |
Brian Coca
|
df835f8be9
|
Merge pull request #924 from hkariti/route53_public_zones
Fix KeyError in public zones in route53
|
10 years ago |
Toshio Kuratomi
|
974075277d
|
Also don't fail if files are different and overwrite is false for uploads (this mimics copy and template).
Related to #489
|
10 years ago |
Hagai Kariti
|
d65f9aa3af
|
Fix KeyError in public zones in route53
|
10 years ago |
Toshio Kuratomi
|
47c6dae9f3
|
Merge pull request #490 from pgehres/devel
Issue #489: s3 should not fail on checksum mismtach when overwrite=no
|
10 years ago |
Toshio Kuratomi
|
edf1ac1ea6
|
Sort subnets by the order they are specified in the play
Fixes #172
|
10 years ago |
Bret Martin
|
f16d8d9afb
|
Allow vpc_subnet_id to remain unspecified (see bc0c169 )
|
10 years ago |
Toshio Kuratomi
|
9f38f6e6a2
|
Small code cleanup
|
10 years ago |
Brandon W Maister
|
7f5aea980a
|
ec2: Apply all security groups at instance-creation
The code was picking out the first instance from the security groups
specified, even when multiple groups were specified. Now we use all of
them.
|
10 years ago |
Brian Coca
|
72b49f4c71
|
Merge pull request #846 from mlaccetti/devel
Change s3 to use connect_to_region
|
10 years ago |
Michael Laccetti
|
5e7605475d
|
Moving the import to the top of the file and getting rid of the redundancy
I sure do wish I knew where the whitespace change was coming from, though. Frustrating.
|
10 years ago |
Feanil Patel
|
4a195c64f1
|
Compare DNS names case insensitively.
|
10 years ago |
James Cammarata
|
05904a7e17
|
Merge branch 'devel' of https://github.com/ansible/ansible-modules-core into devel
|
10 years ago |
James Cammarata
|
db38d31f02
|
Updating version added fields for new alias parameters in route53
|
10 years ago |
James Cammarata
|
49a493662a
|
Merge branch 'route53-alias' of https://github.com/Coderah/ansible-modules-core into Coderah-route53-alias
|
10 years ago |
James Cammarata
|
0c53b9033c
|
Merge pull request #747 from barraponto/ec2_instance_info
Add ec2 instance tags and groups info
|
10 years ago |
James Cammarata
|
fafb93490c
|
Add private_zone parameter for route53
Fixes #473
|
10 years ago |
Brian Coca
|
ec755796c0
|
Merge pull request #827 from bcoca/ec2_ami_handle_exceptions
now captures connection exceptions and returns in 'nicer' module failure
|
10 years ago |
Michael Laccetti
|
60e2e43f00
|
Change s3 to use connect_to_region
* Allows us to use Ansible/s3 for GovCloud when accessing a pre-existing bucket
|
10 years ago |
Toshio Kuratomi
|
c88259077e
|
Merge pull request #698 from joelthompson/devel
ec2_group with purge_rules will purge too many rules.
|
10 years ago |
Brian Coca
|
af31cb8faf
|
now captures connection exceptions and returns in 'nicer' module failure
|
10 years ago |
Bret Martin
|
bc0c1692b5
|
ec2: make group only match group names in this VPC
|
10 years ago |
Brian Coca
|
53ef859ae4
|
fix instance=None documentation
|
10 years ago |
Brian Coca
|
77241123a7
|
Revert "Revert "Don't use 'tenancy' in ec2 spot requests""
|
10 years ago |
Brian Coca
|
7c42182f47
|
Revert "Don't use 'tenancy' in ec2 spot requests"
|
10 years ago |