mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
18 lines
408 B
YAML
18 lines
408 B
YAML
---
|
|
- name: common playbook for archive-mirrors
|
|
hosts: archive_mirrors
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: tools }
|
|
- { role: firewalld }
|
|
- { role: hardening }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: unbound }
|
|
- { role: syncarchive }
|
|
- { role: archive_web }
|
|
- { role: prometheus_exporters }
|