mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2024-11-12 10:00:23 +01:00
20 lines
497 B
YAML
20 lines
497 B
YAML
---
|
|
|
|
- name: setup homedir.archlinux.org
|
|
hosts: homedir.archlinux.org
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: tools }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: certbot }
|
|
- { role: nginx }
|
|
- { role: archusers }
|
|
- { role: public_html, public_domain: "pkgbuild.com", tags: ['nginx'] }
|
|
- { role: borg_client, tags: ["borg"] }
|
|
- { role: prometheus_exporters }
|
|
- { role: promtail }
|
|
- { role: fail2ban }
|
|
- { role: wireguard }
|