1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-23 13:56:02 +02:00
infrastructure/.gitlab/issue_templates/New Archive Mirror.md
Jelle van der Waa 03c1b3700a
Rename New Archive Mirror issue template
The template has to be a markdown file.
2020-12-22 21:33:42 +01:00

641 B

Add a new Archive Mirror Server

Details

  • Server name:

Steps

  • Verify if the new mirror has enough diskspace for hosting the archive
  • Add a new domain in terraform
  • Add the new server to archive_mirrors in hosts
  • Run the dbscripts role to allow the new archive mirror to sync
  • Run the archive-mirrors.yml playbook
  • Run certbot certonly --email webmaster@archlinux.org --agree-tos --rsa-key-size 4096 --renew-by-default --webroot -w /var/lib/letsencrypt/ -d <domain-name>