mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-03-05 05:51:41 +01:00
16 lines
403 B
YAML
16 lines
403 B
YAML
- name: Setup test.pkgbuild.com
|
|
hosts: test.pkgbuild.com
|
|
remote_user: root
|
|
roles:
|
|
- { role: common }
|
|
- { role: tools }
|
|
- { role: firewalld }
|
|
- { role: wireguard }
|
|
- { role: sshd }
|
|
- { role: root_ssh }
|
|
- { role: nginx }
|
|
- { role: fail2ban }
|
|
- { role: prometheus_exporters }
|
|
- { role: promtail }
|
|
- { role: proxy_test, public_domain: 'test.pkgbuild.com' }
|