Adding gitea act_runner roles

This commit is contained in:
ml
2026-07-02 07:49:53 +02:00
parent 2ccf2c9826
commit c968995481
10 changed files with 185 additions and 15 deletions
+7
View File
@@ -89,6 +89,13 @@ roundcube_smtp_port: "587"
# ssl: true # default: true
# keep: true # default: true — set false to delete from source after fetch
# Gitea Actions runners (act_runner with Docker executor)
act_runner_version: "latest"
act_runner_data_dir: /opt/act_runner
act_runner_count: 3
# Secrets — store values in ansible/group_vars/all/vault.yml (Ansible Vault)
# gitea_runner_registration_token: "" # Gitea admin → Site Administration → Runners → Create runner token
# Container registry (Docker Registry v2)
registry_data_dir: /opt/registry
# Registry users — plaintext passwords, Ansible generates bcrypt hashes at deploy time