Initial commit: nult - Ansible deployment toolkit
Merged from veridion-gitea and veridion-act-runner-gitea repos. nult (Null-T) - instant teleportation from Strugatsky's Noon Universe. Like Null-T, this toolkit instantly deploys infrastructure. Roles: - gitea: Gitea server with PostgreSQL (Docker Compose) - act_runner: Gitea Actions runner Playbooks: - gitea.yml: Deploy Gitea server - act-runner.yml: Deploy Act Runner - site.yml: Deploy all services Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
29
group_vars/all/vault.yml.example
Normal file
29
group_vars/all/vault.yml.example
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
# =============================================================================
|
||||
# Vault Secrets Example
|
||||
# =============================================================================
|
||||
#
|
||||
# Copy this file and encrypt it:
|
||||
# cp vault.yml.example vault.yml
|
||||
# ansible-vault encrypt vault.yml
|
||||
#
|
||||
# Or create directly:
|
||||
# ansible-vault create vault.yml
|
||||
#
|
||||
# =============================================================================
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Gitea Server Secrets
|
||||
# -----------------------------------------------------------------------------
|
||||
vault_gitea_domain: "git.example.com"
|
||||
vault_gitea_db_password: "your-secure-database-password"
|
||||
vault_gitea_acme_email: "admin@example.com"
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Act Runner Secrets
|
||||
# -----------------------------------------------------------------------------
|
||||
vault_gitea_instance_url: "https://git.example.com"
|
||||
vault_act_runner_token: "runner-registration-token-from-gitea-admin"
|
||||
vault_gitea_registry: "git.example.com"
|
||||
vault_gitea_actions_user: "gitea_actions"
|
||||
vault_gitea_packages_token: "personal-access-token-for-packages"
|
||||
Reference in New Issue
Block a user