summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--playbook.yaml6
1 files changed, 6 insertions, 0 deletions
diff --git a/playbook.yaml b/playbook.yaml
index 3ecdf4c..39e6e82 100644
--- a/playbook.yaml
+++ b/playbook.yaml
@@ -451,22 +451,28 @@
become: true
vars:
+
domain_keys: >-
{{- domain.json["keys"]
| map(attribute='ds')
| flatten
| select("search", " 13 2 ") -}}
+
parent_host: "{{ virtual_host.split('.')[1:] | join('.') }}"
+
domain_with_ds: >-
{{- parent_domain.json
| map(attribute='name')
| first
| default("") -}}
+
ds_subname: "{{ virtual_host | regex_replace('.' + domain_with_ds, '') }}"
+
delegate_host: >-
{{- virtual_host
if delegate_prefix == ""
else delegate_prefix + "." + virtual_host -}}
+
tlsa_appended_subdomain: >-
{{- ""
if delegate_prefix == ""