Commit 95e91671 by John Jarvis

changing dns params

parent aa3857d8
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
zone: sandbox.edx.org zone: sandbox.edx.org
type: CNAME type: CNAME
ttl: 300 ttl: 300
record: "{{ dns_name }}" record: "{{ dns_name }}.{{ dns_zone }}"
value: "{{ item.public_dns_name }}" value: "{{ item.public_dns_name }}"
with_items: "{{ ec2.instances }}" with_items: "{{ ec2.instances }}"
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
zone: sandbox.edx.org zone: sandbox.edx.org
type: CNAME type: CNAME
ttl: 300 ttl: 300
record: "studio.{{ dns_name }}" record: "studio.{{ dns_name }}.{{ dns_zone }}"
value: "{{ item.public_dns_name }}" value: "{{ item.public_dns_name }}"
with_items: "{{ ec2.instances }}" with_items: "{{ ec2.instances }}"
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
zone: "{{ dns_zone }}" zone: "{{ dns_zone }}"
type: CNAME type: CNAME
ttl: 300 ttl: 300
record: "preview.{{ dns_name }}" record: "preview.{{ dns_name }}.{{ dns_zone }}"
value: "{{ item.public_dns_name }}" value: "{{ item.public_dns_name }}"
with_items: "{{ ec2.instances }}" with_items: "{{ ec2.instances }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment