Add infra setup: Terraform for DO droplet + Cloudflare DNS, Ansible roles for Gitea, Vaultwarden, and Gitea runner

This commit is contained in:
Ryan Moon
2026-03-31 06:08:21 -05:00
parent bde3ad64fd
commit fe3c7646d6
33 changed files with 6435 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
# Copy to vault.yml and encrypt with: ansible-vault encrypt vault.yml
# Reference in playbook with: ansible-playbook --ask-vault-pass gitea.yml
---
cf_origin_cert: |
-----BEGIN CERTIFICATE-----
<paste cert from Cloudflare here>
-----END CERTIFICATE-----
cf_origin_key: |
-----BEGIN PRIVATE KEY-----
<paste key from Cloudflare here>
-----END PRIVATE KEY-----