Adding gitea act_runner roles
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user