[[TOC]]
- repos/sync (repos.archlinux.org)
- sources (sources.archlinux.org)
- archive (archive.archlinux.org)
- mailman
- archweb (Arch's site)
- aurweb
- bbs
- phrik (irc bot) users in the phrik group defined in the hosts vars and re-used the archusers role. Users in the phrik group are allowed to restar the irc bot.
- postgres server for terraform state
- quassel core
- Matrix homeserver (Synapse)
- Matrix ↔ IRC bridge
- ~/user/ webhost
This server is special. It runs keycloak and is central to our unified Arch Linux account management world.
It has an Ansible playbook for the keycloak service but that only installs the package and starts it but it's configured via a secondary Terraform file only for keycloak keycloak.tf
.
The reason for doing it this way is that Terraform support for Keycloak is much superior and it's declarative too which is great for making sure that no old config remains in the case of config changes.
So to set up this server from scratch, run:
cd tf-stage1
terraform apply
cd ../tf-stage2
terraform import keycloak_realm.master master
terraform apply
- keycloak
- Regular mirror.
- Runs a master rebuilderd instance
with two workers:
- repro2.pkgbuild.com (Kape server with an EPYC 7702P and 256G RAM)
- repro3.pkgbuild.com (Equinix Metal box with a Xeon E-2278G and 64G RAM)
Medium-fast-ish Kape Arch Linux box.
Medium-fast-ish Equinix Metal Arch Linux box.
- GitLab runner
- postfix (mail server)
- rspamd
- dovecot (imap)
Prometheus, Loki and Grafana server which collects performance/metrics and logs from our services and runs alertmanager.
- Alertmanager
- Grafana and docs/grafana.md
- Prometheus
Prometheus, and Grafana server which receives selected performance/metrics from monitoring.archlinux.org and make them public accessible.
- Grafana and docs/grafana.md
- Prometheus
- Redirects (nginx redirects)
- Authoritative DNS server (PowerDNS) for ACME DNS challenges
- ping
- security tracker
- archwiki
Online collborative markdwown editor for Arch Linux Staff.
The Arch Linux Archive is mirrored to three dedicated servers to help aid global availability.
- https://america.archive.pkgbuild.com
- https://asia.archive.pkgbuild.com
- https://europe.archive.pkgbuild.com
- Gitlab