mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
Change the archweb_db_host variable to point to archlinux.org instead of apollo. This is of particular importance to gemini.
29 lines
1.0 KiB
YAML
29 lines
1.0 KiB
YAML
---
|
|
|
|
- name: setup gemini.archlinux.org
|
|
hosts: gemini.archlinux.org
|
|
remote_user: root
|
|
vars:
|
|
archweb_db_host: 'archlinux.org'
|
|
dbscripts_commit: '20191022'
|
|
roles:
|
|
- { role: common }
|
|
- { role: tools }
|
|
- { role: firewalld }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: borg_client, tags: ['borg'] }
|
|
- { role: sudo, tags: ['archusers'] }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: archusers }
|
|
- { role: dbscripts, repos_domain: "repos.archlinux.org", repos_rsync_domain: "rsync.archlinux.org", svntogit_repos: "/srv/svntogit/repos", postgres_ssl: 'on', tags: ['archusers'] }
|
|
- { 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: archive_web }
|
|
- { role: postfix, postfix_relayhost: "mail.archlinux.org" }
|
|
- { role: fail2ban }
|
|
- sogrep
|
|
- { role: prometheus_exporters }
|