Initial infra setup: Terraform, Ansible, backup roles

This commit is contained in:
Ryan Moon
2026-03-31 08:11:12 -05:00
commit d6ff4746d0
31 changed files with 792 additions and 0 deletions

10
ansible/infra.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Set up infra server
hosts: infra
become: true
roles:
- gitea
- gitea-runner
- vaultwarden
- backup