1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/playbooks/mirror.pkgbuild.com.yml
2019-11-09 19:18:43 +01:00

16 lines
380 B
YAML

---
- name: setup mirror load balancer (using geoip)
hosts: mirror.pkgbuild.com
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: sshd }
- { role: root_ssh }
- { role: sudo }
- { role: zabbix-agent, when: "'unmanaged' not in group_names" }
- { role: certbot }
- { role: nginx }
- { role: mirror_load_balancer }