1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00

Update playbooks for new mail server

This commit is contained in:
Jelle van der Waa 2020-10-24 16:11:23 +02:00
parent f601124fc5
commit 1c94b5fe1e
No known key found for this signature in database
GPG Key ID: C06086337C50773E
8 changed files with 10 additions and 10 deletions

@ -29,7 +29,7 @@
- { role: nginx }
- { role: spampd, tags: ["mail"] }
- { role: unbound, tags: ["mail"] }
- { role: postfix, postfix_relayhost: "orion.archlinux.org", postfix_smtpd_public: true, postfix_patchwork_enabled: true, tags: ["mail"] }
- { role: postfix, postfix_relayhost: "mail.archlinux.org", postfix_smtpd_public: true, postfix_patchwork_enabled: true, tags: ["mail"] }
- { role: opendkim, dkim_selector: apollo, tags: ['mail'] }
- { role: postfwd, tags: ['mail'] }
- role: postgres

@ -16,7 +16,7 @@
- { role: memcached }
- { role: uwsgi }
- { role: borg_client, tags: ["borg"] }
- { role: postfix, postfix_relayhost: "orion.archlinux.org" }
- { role: postfix, postfix_relayhost: "mail.archlinux.org" }
- { role: fail2ban }
- { role: aurweb, aurweb_domain: 'aur-dev.archlinux.org', aurweb_version: 'pu' }
- { role: prometheus_exporters }

@ -17,6 +17,6 @@
- { role: memcached }
- { role: uwsgi }
- { role: borg_client, tags: ["borg"] }
- { role: postfix, postfix_relayhost: "orion.archlinux.org" }
- { role: postfix, postfix_relayhost: "mail.archlinux.org" }
- { role: fail2ban }
- { role: aurweb }

@ -15,5 +15,5 @@
- { role: php_fpm, php_extensions: ['apcu', 'iconv', 'intl', 'mysqli'], zend_extensions: ['opcache'] }
- { role: fluxbb }
- { role: borg_client, tags: ["borg"] }
- { role: postfix, postfix_relayhost: "orion.archlinux.org" }
- { role: postfix, postfix_relayhost: "mail.archlinux.org" }
- { role: fail2ban }

@ -15,5 +15,5 @@
- { role: php_fpm, php_extensions: ['apcu', 'iconv', 'intl', 'mysqli'], zend_extensions: ['opcache'] }
- { role: flyspray }
- { role: borg_client, tags: ["borg"] }
- { role: postfix, postfix_relayhost: "orion.archlinux.org" }
- { role: postfix, postfix_relayhost: "mail.archlinux.org" }
- { role: fail2ban }

@ -20,6 +20,6 @@
- { role: archweb, archweb_site: false, archweb_services: true, archweb_mirrorcheck_locations: [5, 6] }
- { role: sources, sources_domain: "sources.archlinux.org", sources_dir: "/srv/sources" }
- { role: archive }
- { role: postfix, postfix_relayhost: "orion.archlinux.org" }
- { role: postfix, postfix_relayhost: "mail.archlinux.org" }
- { role: fail2ban }
- sogrep

@ -7,12 +7,12 @@
- { role: sshd }
- { role: root_ssh }
- { role: borg_client, tags: ['borg'] }
- { role: opendkim, dkim_selector: mail, tags: ['mail'] }
- { role: certbot }
- { role: postfix, postfix_server: true, postfix_smtpd_public: true, tags: ['mail'] }
- { role: dovecot }
- { role: spampd, tags: ["mail"] }
- { role: unbound, tags: ["mail"] }
- { role: postfwd, tags: ['mail'] }
- { role: postfix, postfix_server: true, postfix_smtpd_public: true, tags: ['mail'] }
- { role: archusers }
- { role: certbot }
- { role: fail2ban }
- { role: opendkim, dkim_selector: mail, tags: ['mail'] }

@ -19,6 +19,6 @@
postgres_maintenance_work_mem: 1GB
postgres_effective_cache_size: 3GB
- role: postfix
postfix_relayhost: "orion.archlinux.org"
postfix_relayhost: "mail.archlinux.org"
- { role: matrix }
- { role: fail2ban }