1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-25 11:01:03 +02:00
infrastructure/playbooks/homedir.archlinux.org.yml

17 lines
431 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: zabbix-agent, tags: ["zabbix"] }