1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-09-28 18:31:59 +02:00
infrastructure/playbooks/redirect.archlinux.org.yml

16 lines
374 B
YAML

- name: setup redirect.archlinux.org
hosts: redirect.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: tools }
- { role: firewalld }
- { role: unbound }
- { role: sshd }
- { role: root_ssh }
- { role: certbot }
- { role: nginx }
- { role: redirects }
- { role: prometheus_exporters }
- { role: hardening }