1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/playbooks/mirrors.yml
Florian Pritz dacb47a73d
Refactor certbot into dedicated role
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2019-03-24 17:32:47 +01:00

17 lines
480 B
YAML

---
- name: common playbook for mirrors
hosts: mirrors
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: sshd }
- { role: root_ssh }
- { role: certbot }
- { role: nginx }
- { role: unbound }
- { 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'] }