1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-11-10 02:01:41 +01:00
infrastructure/playbooks/archive-mirrors.yml

17 lines
408 B
YAML
Raw Normal View History

- name: Common playbook for archive-mirrors
2019-11-18 03:05:18 +01:00
hosts: archive_mirrors
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
- { role: hardening }
- { role: sshd }
- { role: root_ssh }
- { role: certbot }
- { role: nginx }
- { role: mirrorsync }
- { role: archive_web }
2020-12-14 20:20:50 +01:00
- { role: prometheus_exporters }
2021-02-26 22:14:05 +01:00
- { role: promtail }