Commit Graph

97 Commits (bddd02bfcbfd5b3a010ad36faefbecea33cdc390)

Author SHA1 Message Date
Toshio Kuratomi 31cc5f543f Fix for py2.6 (no dict comprehensions on py2.6) 11 years ago
Toshio Kuratomi 8ed415589a Initialize the value of vpc_id variable 11 years ago
Brian Coca 07d5b50e2c Merge pull request #903 from h3biomed/allow_default_subnet
Allow vpc_subnet_id to remain unspecified (see bc0c169)
11 years ago
Brian Coca df835f8be9 Merge pull request #924 from hkariti/route53_public_zones
Fix KeyError in public zones in route53
11 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
11 years ago
Hagai Kariti d65f9aa3af Fix KeyError in public zones in route53 11 years ago
Toshio Kuratomi 47c6dae9f3 Merge pull request #490 from pgehres/devel
Issue #489: s3 should not fail on checksum mismtach when overwrite=no
11 years ago
Bret Martin f16d8d9afb Allow vpc_subnet_id to remain unspecified (see bc0c169) 11 years ago
Toshio Kuratomi 9f38f6e6a2 Small code cleanup 11 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.
11 years ago
Brian Coca 72b49f4c71 Merge pull request #846 from mlaccetti/devel
Change s3 to use connect_to_region
11 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.
11 years ago
Feanil Patel 4a195c64f1 Compare DNS names case insensitively. 11 years ago
James Cammarata 05904a7e17 Merge branch 'devel' of https://github.com/ansible/ansible-modules-core into devel 11 years ago
James Cammarata db38d31f02 Updating version added fields for new alias parameters in route53 11 years ago
James Cammarata 49a493662a Merge branch 'route53-alias' of https://github.com/Coderah/ansible-modules-core into Coderah-route53-alias 11 years ago
James Cammarata 0c53b9033c Merge pull request #747 from barraponto/ec2_instance_info
Add ec2 instance tags and groups info
11 years ago
James Cammarata fafb93490c Add private_zone parameter for route53
Fixes #473
11 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
11 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
11 years ago
Toshio Kuratomi c88259077e Merge pull request #698 from joelthompson/devel
ec2_group with purge_rules will purge too many rules.
11 years ago
Brian Coca af31cb8faf now captures connection exceptions and returns in 'nicer' module failure 11 years ago
Bret Martin bc0c1692b5 ec2: make group only match group names in this VPC 11 years ago
Brian Coca 53ef859ae4 fix instance=None documentation 11 years ago
Brian Coca 77241123a7 Revert "Revert "Don't use 'tenancy' in ec2 spot requests"" 11 years ago
Brian Coca 7c42182f47 Revert "Don't use 'tenancy' in ec2 spot requests" 11 years ago
Brian Coca 6c4804e413 Merge pull request #22 from teamdoug/devel
Pull SSL certificate IDs from existing ELBs
11 years ago
Luc Bourlier df53b85259 Don't use 'tenancy' in ec2 spot requests
The problem was introduced in commit f5789e8e. 'tenancy' is a parameter of
ec2.run_instances, but not in ec2.request_spot_instances. So it was breaking
the support for spot requests.
11 years ago
Capi Etheriel 5854f53cdc add ec2 instance tags and groups info 11 years ago
Coderah aa2b1f033b add alias support to route53 module 11 years ago
Coderah d92cd07156 add hosted_zone information to ec2_elb_lb return 11 years ago
Jean-Baptiste Barth 6090c4e109 Improve formatting after previous commit 11 years ago
Jean-Baptiste Barth b451cbd37b EC2: move logic about terminated instances up (#423)
As stated in #423, the commit 7f11c3d broke ec2 spot instance launching
after 1.7.2. This is because it acts on the 'res' variable which have 2
different types in the method, and in case we request spot instances,
the resulting object is not a result of ec2.run_instances() but
ec2.request_spot_instances(). Actually this fix doesn't seem to be
relevant in the spot instances case, because by construction we won't
retrieve 'terminated' instances in the end.
11 years ago
Brian Coca e2083bbe8a corrected version added for latest features 11 years ago
Brian Coca a28ad0db83 minor fixes on new rds refactor 11 years ago
Brian Coca c5d7f07aa0 Merge pull request #5 from willthames/rds_refactor
Rds refactor
11 years ago
Joel Thompson 01c4ff922f Fixes issue 697 -- only purge the grants that need to be purged 11 years ago
Toshio Kuratomi 6f47416cec Merge pull request #641 from ansible/fix-640
Potential fix for 640
11 years ago
Phillip Holmes c5cb352262 Merge branch 'devel' of https://github.com/ansible/ansible-modules-core into ansible-devel 11 years ago
Brian Coca 9e1847ed03 ec2 fix docs format 11 years ago
Doug Ellwanger 10aaa1137c Pull SSL certificate IDs from existing ELBs 11 years ago
Brian Coca 95d4b796c0 updated tenancy version added 11 years ago
Brian Coca 68a49bc6fb Merge pull request #4 from atlashealth/ec2_tenancy
Support for EC2 dedicated tenancy option
11 years ago
Alex Clifford df2088377b ttl should always be used during a delete 11 years ago
Brian Coca 0794597c7e corrected release when this feature was added 11 years ago
Toshio Kuratomi 6cbce4d911 Potential fix for 640 11 years ago
Alex Clifford d2ae2e6cc6 Fix slight typo in doco 11 years ago
Brian Coca 0edfdca58b Merge pull request #105 from luisguilherme/devel
ec2_lc does not create valid launch configuration for EC2-Classic
11 years ago
Michael DeHaan d3297dc8a8 Merge pull request #598 from jsmartin/fix_asg_zone_identifier
vpc_zone_identifier must be a csv string when an asg is updated.
11 years ago
James Martin 242aa9f81b vpc_zone_identifier must be a csv string when an asg is updated. 11 years ago