feat: terraform + ansible config to provision a host on hetzner & set cloudflare DNS

This commit is contained in:
2026-08-18 13:01:36 +02:00
commit fecf871eb1
9 changed files with 181 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# Terraform
.terraform/
*.tfstate
*.tfstate.backup
*.tfvars
*.tfvars.json
.terraform.lock.hcl
# Ansible
ansible/inventory.ini
# Private Keys & Secrets
*.pem
*.key
*.pub
id_rsa
id_rsa.pub
# OS files
.DS_Store
Thumbs.db