Add MTA-STS configuration
This commit is contained in:
parent
649e769424
commit
4e098544be
5 changed files with 66 additions and 0 deletions
|
@ -28,6 +28,11 @@
|
|||
ansible.builtin.import_tasks: tls-helper.yml
|
||||
tags: tls-helper
|
||||
|
||||
- name: MTA-STS
|
||||
ansible.builtin.import_tasks: mta-sts.yml
|
||||
tags: mta-sts
|
||||
loop: "{{ postfix_domains }}"
|
||||
|
||||
- name: Hostname
|
||||
ansible.builtin.import_tasks: hostname.yml
|
||||
tags: hostname
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue