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

19 lines
475 B
YAML

---
- name: setup homedir.archlinux.org
hosts: homedir.archlinux.org
remote_user: root
roles:
- { role: common }
- { 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 }