Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Arch Linux
infrastructure
Commits
1c94b5fe
Verified
Commit
1c94b5fe
authored
Oct 24, 2020
by
Jelle van der Waa
🚧
Browse files
Update playbooks for new mail server
parent
f601124f
Changes
8
Hide whitespace changes
Inline
Side-by-side
playbooks/apollo.yml
View file @
1c94b5fe
...
...
@@ -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
...
...
playbooks/aur-dev.archlinux.org.yml
View file @
1c94b5fe
...
...
@@ -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
}
playbooks/aur.archlinux.org.yml
View file @
1c94b5fe
...
...
@@ -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
}
playbooks/bbs.archlinux.org.yml
View file @
1c94b5fe
...
...
@@ -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
}
playbooks/bugs.archlinux.org.yml
View file @
1c94b5fe
...
...
@@ -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
}
playbooks/gemini.archlinux.org.yml
View file @
1c94b5fe
...
...
@@ -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
playbooks/mail.archlinux.org.yml
View file @
1c94b5fe
...
...
@@ -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'
]
}
playbooks/matrix.archlinux.org.yml
View file @
1c94b5fe
...
...
@@ -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
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment