Switch to terraform
This commit is contained in:
14
ansible/gitea/group_vars/vault.yml.example
Normal file
14
ansible/gitea/group_vars/vault.yml.example
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# =============================================================================
|
||||
# Gitea PoC Vault Secrets
|
||||
# =============================================================================
|
||||
# This PoC deployment doesn't use external OAuth, so no secrets are required.
|
||||
# This file exists for consistency with the deployment pattern.
|
||||
#
|
||||
# If you add secrets later:
|
||||
# cp vault.yml.example vault.yml
|
||||
# # Edit vault.yml
|
||||
# ansible-vault encrypt vault.yml
|
||||
|
||||
# Placeholder - no secrets needed for standalone Gitea
|
||||
# vault_example_secret: "changeme"
|
||||
Reference in New Issue
Block a user