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
4eb9d76f
Commit
4eb9d76f
authored
Oct 30, 2019
by
Phillip Smith (fukawi2)
Browse files
deploy postfix as a relay client to apollo and soyuz
parent
1af86dc0
Changes
2
Hide whitespace changes
Inline
Side-by-side
playbooks/apollo.yml
View file @
4eb9d76f
...
...
@@ -28,7 +28,7 @@
-
{
role
:
planet
,
planet_domain
:
"
planet.archlinux.org"
,
planet_dir
:
"
/srv/http/planet"
,
tags
:
[
"
planet"
]
}
-
{
role
:
spampd
,
tags
:
[
"
mail"
,
"
spampd"
]
}
-
{
role
:
unbound
,
tags
:
[
"
mail"
,
"
unbound"
]
}
-
{
role
:
postfix
,
postfix_
server
:
false
,
postfix_smtpd_public
:
true
,
postfix_patchwork_enabled
:
true
,
tags
:
[
"
mail"
,
"
postfix"
]
}
-
{
role
:
postfix
,
postfix_
relayhost
:
"
orion.archlinux.org"
,
postfix_smtpd_public
:
true
,
postfix_patchwork_enabled
:
true
,
tags
:
[
"
mail"
,
"
postfix"
]
}
-
{
role
:
opendkim
,
dkim_selector
:
apollo
,
tags
:
[
'
mail'
,
"
opendkim"
]
}
-
{
role
:
postfwd
,
tags
:
[
'
mail'
,
"
postfwd"
]
}
-
role
:
postgres
...
...
playbooks/soyuz.yml
View file @
4eb9d76f
...
...
@@ -11,7 +11,7 @@
-
{
role
:
root_ssh
,
tags
:
[
'
root_ssh'
]
}
-
{
role
:
borg-client
,
tags
:
[
'
borg'
]
}
-
{
role
:
opendkim
,
dkim_selector
:
soyuz
,
tags
:
[
'
mail'
]
}
-
{
role
:
postfix
,
postfix_
server
:
false
,
tags
:
[
"
mail"
,
"
postfix"
]
}
-
{
role
:
postfix
,
postfix_
relayhost
:
"
orion.archlinux.org"
,
tags
:
[
"
mail"
,
"
postfix"
]
}
-
{
role
:
archusers
,
tags
:
[
'
archusers'
]
}
-
{
role
:
certbot
}
-
{
role
:
nginx
,
tags
:
[
"
nginx"
]
}
...
...
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