feat: fix mta-sts mode default name
This commit is contained in:
parent
36401b5883
commit
9e9bbbb61f
2 changed files with 2 additions and 2 deletions
roles/mtasts
|
@ -4,7 +4,7 @@ mtasts_policyfile_name: /var/www/html/.well-known/mta-sts.txt
|
|||
mtasts_policyfile_owner: www-data
|
||||
mtasts_policyfile_group: www-data
|
||||
|
||||
mode: testing
|
||||
mtasts_mode: testing
|
||||
mtasts_mxs:
|
||||
- "{{ ansible_facts.fqdn }}"
|
||||
mtasts_maxage: 604800
|
||||
|
|
|
@ -3,4 +3,4 @@ mode: {{ mtasts_mode }}
|
|||
{% for mx in mtasts_mxs -%}
|
||||
mx: {{ mx }}
|
||||
{% endfor -%}
|
||||
max_age: {{ mtasts_maxage }}
|
||||
max_age: {{ mtasts_maxage }}
|
||||
|
|
Loading…
Add table
Reference in a new issue