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

23 lines
708 B
YAML
Raw Normal View History

2017-10-17 13:40:10 +02:00
---
2018-09-12 09:09:05 +02:00
- name: setup singapore 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: unbound }
2018-03-24 20:13:40 +01:00
- { 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"] }
2018-10-17 13:24:00 +02:00
- { role: public_html, public_domain: "sgp.pkgbuild.com", tags: ['public_html', 'nginx'] }