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
Jelle van der Waa 2be002b112
Remove zabbix-agent role everywhere
We switched for monitoring to prometheus so zabbix-agent is unwanted and
we don't want to accidently deploy it again.
2020-09-12 17:22:09 +02:00

15 lines
386 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: archive, archive_nginx_only: true, archive_dir: "/srv/archive"}