1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-02 11:56:03 +02:00
infrastructure/playbooks/sgp.yml
2018-03-24 20:13:40 +01:00

20 lines
588 B
YAML

---
- name: setup signapore build server
hosts: sgp.mirror.pkgbuild.com
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: sshd }
- { role: root_ssh }
- { role: archusers }
- { role: nginx }
- { role: sudo, tags: ['archusers'] }
- { role: syncrepo, tags: ['nginx'] }
- { role: arch32_mirror, tags: ['nginx'] }
- { role: sogrep }
- { role: archbuild }
- { role: archweb, archweb_site: false, archweb_services: false, archweb_mirrorcheck: true }
- { role: crond }
- { role: zabbix-agent, tags: ["zabbix"] }