1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 16:49:00 +02:00
infrastructure/playbooks/sgp.yml
2017-10-20 14:24:07 +02:00

19 lines
751 B
YAML

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