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
d4206f77
Commit
d4206f77
authored
Jun 09, 2021
by
Kristian Klausen
🎉
Browse files
Create a redirect for the CoC
Fix
#354
parent
c9746ea6
Changes
3
Hide whitespace changes
Inline
Side-by-side
roles/prometheus/defaults/main.yml
View file @
d4206f77
...
...
@@ -60,6 +60,7 @@ blackbox_targets:
-
mail.archlinux.org:993
-
mail.archlinux.org:995
-
dashboards.archlinux.org:9090
-
coc.archlinux.org:443
smtp_starttls
:
-
mail.archlinux.org:25
-
mail.archlinux.org:587
roles/redirects/defaults/main.yml
View file @
d4206f77
...
...
@@ -11,3 +11,7 @@ redirects:
domain
:
static.conf.archlinux.org
to
:
https://gitlab.archlinux.org/archlinux/conf-files/-/raw/master$request_uri
type
:
302
-
coc
:
domain
:
coc.archlinux.org
to
:
https://gitlab.archlinux.org/archlinux/service-agreements/-/blob/master/code-of-conduct.md
type
:
302
tf-stage1/archlinux.tf
View file @
d4206f77
...
...
@@ -297,6 +297,7 @@ locals {
logging
=
{
value
=
"monitoring"
}
status
=
{
value
=
"stats.uptimerobot.com."
}
svn
=
{
value
=
"gemini"
}
coc
=
{
value
=
"redirect"
}
# MTA-STS
mta
-
sts
=
{
value
=
"mail"
}
...
...
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