From 1204730924436ef9e1c7c49c9557837f9a5ed0e8 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Wed, 8 Feb 2023 00:40:09 -0800 Subject: fork https://github.com/mattsta/mailweb --- ansible/mailmash.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 ansible/mailmash.yml (limited to 'ansible/mailmash.yml') diff --git a/ansible/mailmash.yml b/ansible/mailmash.yml new file mode 100644 index 0000000..15603b4 --- /dev/null +++ b/ansible/mailmash.yml @@ -0,0 +1,15 @@ +--- +- hosts: mail + remote_user: clarkzjw + become: yes + roles: + - common + - certs + - network + - disableFirewall + - rspamd + - dovecot + - sieve + - postfix + - fail2ban + - backup -- cgit v1.2.3