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

7
ansible/gitea.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: Set up Gitea
hosts: gitea
become: true
roles:
- gitea