xiaclo
946af50b22
Update route53.py
10 years ago
xiaclo
5d1a3ee0ac
Fix issue #1156
...
Fix as suggested in the issue.
https://github.com/ansible/ansible-modules-core/issues/1156
10 years ago
steenzout
d960dc1584
issue #994 : use HAS_BOTO to determine if import was successful:
...
- removed import of sys module.
- HAS_BOTO constant to check if import was successful.
- trigger a failure when import fails.
- removed unnecessary imports.
10 years ago
Brian Coca
8c80900fef
removed requirements/boto as it broke documentation as it is duplicated in shared aws fragements
10 years ago
Scott Miller
13d420ebee
describe choices in alias documentation
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
5d776936cc
Merge pull request #256 from SDFE/route53_connect_params
...
Use aws connect calls that allow boto profile use
10 years ago
Hagai Kariti
d65f9aa3af
Fix KeyError in public zones in route53
10 years ago
Feanil Patel
4a195c64f1
Compare DNS names case insensitively.
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
fafb93490c
Add private_zone parameter for route53
...
Fixes #473
10 years ago
Coderah
aa2b1f033b
add alias support to route53 module
10 years ago
Phillip Holmes
c5cb352262
Merge branch 'devel' of https://github.com/ansible/ansible-modules-core into ansible-devel
10 years ago
Alex Clifford
df2088377b
ttl should always be used during a delete
10 years ago
Brian Coca
71224c8678
Merge pull request #420 from drfickle/route53_float_fix
...
route53 module retry_interval needs to be a float before passing to time.sleep
10 years ago
Steve Fox
c03ec202a7
retry_interval needs to be a float before passing to time.sleep
10 years ago
Michael DeHaan
e7c92a6bc6
More EC2 doc tweaks
10 years ago
Dan Abel
4c04366882
use aws connect calls that allow boto profile use
10 years ago
Brian Coca
0c4adcb2c6
made subcategories for cloud modules for better organization
10 years ago