1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 10:41:47 +02:00
infrastructure/playbooks/sgp.yml

20 lines
588 B
YAML
Raw Normal View History

2017-10-17 13:40:10 +02:00
---
- name: setup signapore build server
2018-03-24 20:13:40 +01:00
hosts: sgp.mirror.pkgbuild.com
2017-10-17 13:40:10 +02:00
remote_user: root
roles:
2018-03-24 20:13:40 +01:00
- { 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"] }