Commit cb011aca by Ibrahim

display wl dns entries

parent 31751257
...@@ -98,6 +98,11 @@ ...@@ -98,6 +98,11 @@
- "{{ ec2.instances }}" - "{{ ec2.instances }}"
- ['studio', 'ecommerce', 'preview', 'discovery', 'credentials'] - ['studio', 'ecommerce', 'preview', 'discovery', 'credentials']
- name: Display whitelabel dns entries
debug:
msg: "{{ item }}"
with_items: "{{ WHITELABEL_DNS }}"
- name: Add new instance to host group - name: Add new instance to host group
local_action: local_action:
module: add_host module: add_host
......
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