1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-28 05:56:04 +02:00
infrastructure/playbooks/archive-mirrors.yml
Kristian Klausen 7da1e273fc Cleanup tools
Fix #392
2021-10-02 14:45:02 +02:00

18 lines
413 B
YAML

---
- name: common playbook for archive-mirrors
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: syncarchive }
- { role: archive_web }
- { role: prometheus_exporters }
- { role: promtail }