1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 16:11:40 +02:00
infrastructure/playbooks/homedir.archlinux.org.yml
2021-10-04 22:25:09 +03:00

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 }