Files
infrastructure/playbooks/finance.archlinux.org.yml
Robin CandauandChristian Heusel 74fda243b8 metabase: Add IaC to deploy the metabase stack for finance
Add Terraform & Ansible playbook / role to deploy the metabase stack for finance on a `cx23` box with the `finance.archlinux.org` domain.

Closes https://gitlab.archlinux.org/archlinux/infrastructure/-/issues/784

Co-authored-by: Christian Heusel <christian@heusel.eu>
2026-03-03 17:58:40 +01:00

16 lines
398 B
YAML

- name: Setup finance.archlinux.org
hosts: finance.archlinux.org
remote_user: root
roles:
- { role: common }
- { role: firewalld }
- { role: wireguard }
- { role: sshd }
- { role: root_ssh }
- { role: prometheus_exporters }
- { role: promtail }
- { role: fail2ban }
- { role: borg_client, tags: ["borg"] }
- { role: postgres }
- { role: metabase }