1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-22 12:50:41 +02:00
infrastructure/playbooks/archive-mirrors.yml
2019-11-18 03:05:35 +01:00

15 lines
355 B
YAML

---
- name: common playbook for archive-mirrors
hosts: archive_mirrors
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: sshd }
- { role: root_ssh }
- { role: certbot }
- { role: nginx }
- { role: unbound }
- { role: syncarchive, tags: ['nginx'] }
- { role: zabbix-agent, tags: ["zabbix"] }