1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-05 09:24:12 +01:00
infrastructure/playbooks/repos.archlinux.org.yml
Christian Heusel 2b7d3b6ace
add the certbot role to repos.archlinux.org
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>
2024-07-21 23:59:11 +02:00

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" }