Commit e0a66e48 by Feanil Patel

Update to use the dash name for studio.

Use studio- instead of studio. so that ssl works correctly.
parent f42e232f
......@@ -74,7 +74,7 @@
zone: "{{ dns_zone }}"
type: CNAME
ttl: 300
record: "studio.{{ dns_name }}.{{ dns_zone }}"
record: "studio-{{ dns_name }}.{{ dns_zone }}"
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