1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-28 08:16:07 +02:00
infrastructure/playbooks/redirect.archlinux.org.yml
Kristian Klausen 7da1e273fc Cleanup tools
Fix #392
2021-10-02 14:45:02 +02:00

17 lines
400 B
YAML

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