1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 20:51:20 +02:00
infrastructure/playbooks/mail.archlinux.org.yml

21 lines
616 B
YAML
Raw Normal View History

2020-10-21 20:23:34 +02:00
- name: setup mail.archlinux.org
hosts: mail.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: sshd }
- { role: root_ssh }
- { role: borg_client, tags: ['borg'] }
2020-10-24 16:11:23 +02:00
- { role: certbot }
- { role: nginx }
- { role: mta_sts }
2020-10-24 16:11:23 +02:00
- { role: postfix, postfix_server: true, postfix_smtpd_public: true, tags: ['mail'] }
2020-10-21 20:23:34 +02:00
- { role: dovecot }
- { role: rspamd, tags: ["mail"] }
2020-10-21 20:23:34 +02:00
- { role: unbound, tags: ["mail"] }
- { role: postfwd, tags: ['mail'] }
- { role: archusers }
- { role: fail2ban }
2020-10-24 19:14:57 +02:00
- { role: prometheus_exporters }