mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-08-06 14:02:58 +02:00
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>
16 lines
398 B
YAML
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 }
|