Commit e103d624 by John Jarvis

ttl

parent 82e09834
......@@ -20,7 +20,7 @@
command: create
zone: sandbox.edx.org
type: CNAME
ttyl: 300
ttl: 300
record: "{{ dns_name }}"
value: "{{ item.public_dns_name }}"
with_items: "{{ ec2.instances }}"
......@@ -31,7 +31,7 @@
command: create
zone: sandbox.edx.org
type: CNAME
ttyl: 300
ttl: 300
record: "studio.{{ dns_name }}"
value: "{{ item.public_dns_name }}"
with_items: "{{ ec2.instances }}"
......@@ -42,7 +42,7 @@
command: create
zone: sandbox.edx.org
type: CNAME
ttyl: 300
ttl: 300
record: "preview.{{ dns_name }}"
value: "{{ item.public_dns_name }}"
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