mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-05 09:24:12 +01:00
2b7d3b6ace
After fixing the cert setup on the host a working certbot installation is needed for the automatic cert renewal. Signed-off-by: Christian Heusel <christian@heusel.eu>
22 lines
648 B
YAML
22 lines
648 B
YAML
- name: Setup repos.archlinux.org
|
|
hosts: repos.archlinux.org
|
|
remote_user: root
|
|
vars:
|
|
archweb_db_host: "{{ hostvars['archlinux.org']['wireguard_address'] }}"
|
|
roles:
|
|
- { role: common }
|
|
- { role: tools }
|
|
- { role: firewalld }
|
|
- { role: wireguard }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: borg_client, tags: ['borg'] }
|
|
- { role: sudo, tags: ['archusers'] }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: fail2ban }
|
|
- { role: mirrorsync }
|
|
- { role: prometheus_exporters }
|
|
- { role: promtail }
|
|
- { role: repo_archive_split_temp, repos_rsync_domain: "rsync.archlinux.org" }
|