1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-06-10 11:16:04 +02:00
infrastructure/playbooks/mirrors.yml
2017-12-07 17:21:51 +01:00

15 lines
432 B
YAML

---
- name: common playbook for mirrors
hosts: mirrors
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: sshd }
- { role: root_ssh }
- { role: nginx }
- { role: syncrepo, tags: ['nginx'] }
- { role: archweb, archweb_site: false, archweb_services: false, archweb_mirrorcheck: true }
- { role: zabbix-agent, tags: ["zabbix"] }
- { role: arch32_mirror, tags: ['nginx'] }