mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 08:53:07 -06:00
ensure request to route53 includes trailing period to match IAM permissions set by template
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
amazon.aws.route53:
|
||||
command: create
|
||||
zone: "{{ atl_hostedzone }}"
|
||||
record: "{{ mesh_node_name }}.{{ atl_aws_stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}"
|
||||
record: "{{ mesh_node_name }}.{{ atl_aws_stack_name }}-{{ ansible_ec2_placement_region }}.{{ atl_hostedzone }}."
|
||||
type: A
|
||||
ttl: 300
|
||||
value: "{{ ansible_default_ipv4.address }}"
|
||||
|
||||
Reference in New Issue
Block a user