mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-05 09:24:12 +01:00
472816abac
Extend the role (previously used for ACME DNS verifications only) to support dynamic DNS functionality planned for sandbox.archlinux.page.
18 lines
424 B
YAML
18 lines
424 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 }
|
|
- { role: dyn_dns }
|