Files
infrastructure/playbooks/test.pkgbuild.com.yml
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' }