You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
498 B
YAML
21 lines
498 B
YAML
---
|
|
|
|
allow_duplicates: yes
|
|
|
|
dependencies:
|
|
- role: dns/entries
|
|
# domain
|
|
entries:
|
|
- domain: "{{ verification_record_name }}"
|
|
type: TXT
|
|
data: "{{ verification_record_data }}"
|
|
- domain: "{{ spf_record_name }}"
|
|
type: TXT
|
|
data: "{{ spf_record_data }}"
|
|
- domain: "{{ dkim_record_name }}"
|
|
type: TXT
|
|
data: "{{ dkim_record_data }}"
|
|
- domain: "{{ dmarc_record_name }}"
|
|
type: TXT
|
|
data: "{{ dmarc_record_data }}"
|