mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
17 lines
431 B
YAML
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"] }
|