1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-20 14:13:22 +02:00
infrastructure/playbooks/mirrors.yml
Florian Pritz c0c12767e9
Enable zabbix-agent for mirrors
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2017-09-11 15:12:45 +02:00

14 lines
572 B
YAML

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