mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
It turns out the Route53 API cares if the zone and record specified in the playbook are lower case or not when deleting a record. If you use a variable to name your servers and care about case, using that same proper case name will cause Route53 DNS delete requests to fail. The change requested adds .lower() to the module.params.get for both zone and record when used in the underlying code. Both zone and record are mandatory variables, and as such a more complicated implementation is not needed, as they must always be specified when using this module see lines 169 and 170 for the required state). If you use lowercase names (or don't use a name variable and share it between a tag and DNS entries) then you will never see this issue. Tested/Confirmed as an issue in Ansible 1.6.6 and above. |
11 years ago | |
|---|---|---|
| .. | ||
| __init__.py | 11 years ago | |
| azure.py | 11 years ago | |
| cloudformation.py | 11 years ago | |
| digital_ocean.py | 11 years ago | |
| digital_ocean_domain.py | 11 years ago | |
| digital_ocean_sshkey.py | 11 years ago | |
| docker.py | 11 years ago | |
| docker_image.py | 11 years ago | |
| ec2.py | 11 years ago | |
| ec2_ami.py | 11 years ago | |
| ec2_ami_search.py | 11 years ago | |
| ec2_asg.py | 11 years ago | |
| ec2_eip.py | 11 years ago | |
| ec2_elb.py | 11 years ago | |
| ec2_elb_lb.py | 11 years ago | |
| ec2_facts.py | 11 years ago | |
| ec2_group.py | 11 years ago | |
| ec2_key.py | 11 years ago | |
| ec2_lc.py | 11 years ago | |
| ec2_metric_alarm.py | 11 years ago | |
| ec2_scaling_policy.py | 11 years ago | |
| ec2_snapshot.py | 11 years ago | |
| ec2_tag.py | 11 years ago | |
| ec2_vol.py | 11 years ago | |
| ec2_vpc.py | 11 years ago | |
| elasticache.py | 11 years ago | |
| gc_storage.py | 11 years ago | |
| gce.py | 11 years ago | |
| gce_lb.py | 11 years ago | |
| gce_net.py | 11 years ago | |
| gce_pd.py | 11 years ago | |
| glance_image.py | 11 years ago | |
| keystone_user.py | 11 years ago | |
| linode.py | 11 years ago | |
| nova_compute.py | 11 years ago | |
| nova_keypair.py | 11 years ago | |
| quantum_floating_ip.py | 11 years ago | |
| quantum_floating_ip_associate.py | 11 years ago | |
| quantum_network.py | 11 years ago | |
| quantum_router.py | 11 years ago | |
| quantum_router_gateway.py | 11 years ago | |
| quantum_router_interface.py | 11 years ago | |
| quantum_subnet.py | 11 years ago | |
| rax.py | 11 years ago | |
| rax_cbs.py | 11 years ago | |
| rax_cbs_attachments.py | 11 years ago | |
| rax_cdb.py | 11 years ago | |
| rax_cdb_database.py | 11 years ago | |
| rax_cdb_user.py | 11 years ago | |
| rax_clb.py | 11 years ago | |
| rax_clb_nodes.py | 11 years ago | |
| rax_dns.py | 11 years ago | |
| rax_dns_record.py | 11 years ago | |
| rax_facts.py | 11 years ago | |
| rax_files.py | 11 years ago | |
| rax_files_objects.py | 11 years ago | |
| rax_identity.py | 11 years ago | |
| rax_keypair.py | 11 years ago | |
| rax_meta.py | 11 years ago | |
| rax_network.py | 11 years ago | |
| rax_queue.py | 11 years ago | |
| rax_scaling_group.py | 11 years ago | |
| rax_scaling_policy.py | 11 years ago | |
| rds.py | 11 years ago | |
| rds_param_group.py | 11 years ago | |
| rds_subnet_group.py | 11 years ago | |
| route53.py | 11 years ago | |
| s3.py | 11 years ago | |
| vsphere_guest.py | 11 years ago | |