21 lines
918 B
YAML
21 lines
918 B
YAML
---
|
|
# =============================================================================
|
|
# Gitea Deployment Vault Secrets
|
|
# =============================================================================
|
|
# Copy to vault.yml and encrypt:
|
|
# cp vault.yml.example vault.yml
|
|
# # Edit vault.yml with your values
|
|
# ansible-vault encrypt vault.yml
|
|
#
|
|
# Run playbook with:
|
|
# ansible-playbook -i inventory.yml playbook.yml --ask-vault-pass
|
|
# =============================================================================
|
|
|
|
# =============================================================================
|
|
# Authentik API Access
|
|
# =============================================================================
|
|
# Bootstrap token from Authentik deployment
|
|
# Get from VPS:
|
|
# ssh root@auth.stuslab.cc "grep AUTHENTIK_BOOTSTRAP_TOKEN /opt/authentik/authentik.env"
|
|
#vault_authentik_bootstrap_token: "PASTE_AUTHENTIK_BOOTSTRAP_TOKEN_HERE"
|