mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
16 lines
380 B
YAML
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 }
|