Add send_only_mailserver role and deploy Send-Only-Mailserver with it

Co-authored-by: yuri <yuri@nekover.se>
This commit is contained in:
June 2023-05-09 23:01:57 +02:00 committed by julian
commit b56ca3899d
14 changed files with 263 additions and 0 deletions

View file

@ -0,0 +1,11 @@
- name: Restart `opensmtpd.service`
ansible.builtin.systemd:
name: opensmtpd.service
state: restarted
become: true
- name: Restart `rspamd.service`
ansible.builtin.systemd:
name: rspamd.service
state: restarted
become: true