Commit 073e13f7 by Ibrahim

display whitelabel dns entries

parent 8065fec8
......@@ -111,6 +111,11 @@
pause:
minutes: "{{ launch_ec2_wait_time }}"
- name: Display whitelabel dns entries
debug:
msg: "{{ item }}"
with_items: "{{ WHITELABEL_DNS }}"
- name: Add DNS name for whitelabel sites
local_action:
module: route53
......
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