diff options
author | clarkzjw <[email protected]> | 2023-02-08 00:40:09 -0800 |
---|---|---|
committer | clarkzjw <[email protected]> | 2023-02-08 00:40:09 -0800 |
commit | 1204730924436ef9e1c7c49c9557837f9a5ed0e8 (patch) | |
tree | 129d79dfd11245751cee6d4082ff5d2f6e941610 /ansible/mailmash.yml | |
parent | 9635ac4dedf69de5bff65785bcc16bef80b52d75 (diff) | |
download | mail-master.tar.gz |
Diffstat (limited to 'ansible/mailmash.yml')
-rw-r--r-- | ansible/mailmash.yml | 15 |
1 files changed, 15 insertions, 0 deletions
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 @@ | |||
1 | --- | ||
2 | - hosts: mail | ||
3 | remote_user: clarkzjw | ||
4 | become: yes | ||
5 | roles: | ||
6 | - common | ||
7 | - certs | ||
8 | - network | ||
9 | - disableFirewall | ||
10 | - rspamd | ||
11 | - dovecot | ||
12 | - sieve | ||
13 | - postfix | ||
14 | - fail2ban | ||
15 | - backup | ||