Add MTA-STS configuration
This commit is contained in:
parent
649e769424
commit
4e098544be
5 changed files with 66 additions and 0 deletions
|
@ -23,3 +23,13 @@
|
|||
ansible.builtin.service:
|
||||
name: monit
|
||||
state: reloaded
|
||||
|
||||
- name: Get certificate
|
||||
command: dehydrated --cron -g
|
||||
delegate_to: "{{ gateway_host }}"
|
||||
|
||||
- name: reload nginx
|
||||
ansible.builtin.service:
|
||||
name: nginx
|
||||
state: reloaded
|
||||
delegate_to: "{{ gateway_host }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue