feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
26
deployment/ansible/secrets/production.vault.yml.example
Normal file
26
deployment/ansible/secrets/production.vault.yml.example
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
# Ansible Vault Example
|
||||
# Copy this file to production.vault.yml and encrypt with:
|
||||
# ansible-vault encrypt production.vault.yml
|
||||
|
||||
# Database Credentials
|
||||
vault_db_password: "change-me-secure-db-password"
|
||||
vault_db_root_password: "change-me-secure-root-password"
|
||||
|
||||
# Redis Credentials
|
||||
vault_redis_password: "change-me-secure-redis-password"
|
||||
|
||||
# Application Secrets
|
||||
vault_app_key: "change-me-base64-encoded-32-byte-key"
|
||||
vault_jwt_secret: "change-me-jwt-signing-secret"
|
||||
|
||||
# Mail Configuration
|
||||
vault_mail_password: "change-me-mail-password"
|
||||
|
||||
# Docker Registry Credentials
|
||||
vault_docker_registry_username: "gitea-user"
|
||||
vault_docker_registry_password: "change-me-registry-password"
|
||||
|
||||
# Optional: Additional Secrets
|
||||
vault_encryption_key: "change-me-encryption-key"
|
||||
vault_session_secret: "change-me-session-secret"
|
||||
Reference in New Issue
Block a user