1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 04:53:30 +02:00
infrastructure/playbooks/sgp.yml
2018-10-17 13:24:00 +02:00

22 lines
684 B
YAML

---
- name: setup singapore 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"] }
- { role: public_html, public_domain: "sgp.pkgbuild.com", tags: ['public_html', 'nginx'] }