1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-03-05 05:51:41 +01:00
infrastructure/playbooks/test.pkgbuild.com.yml
Christian Heusel 3f6858e9cf
Add promtail role to test.pkgbuild.com
Signed-off-by: Christian Heusel <christian@heusel.eu>
2026-01-05 15:29:08 +01:00

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' }