mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-16 15:27:30 +01:00
added template vars files
This commit is contained in:
11
roles/gitea/vars/main.yml.template
Normal file
11
roles/gitea/vars/main.yml.template
Normal file
@@ -0,0 +1,11 @@
|
||||
gitea_folder:
|
||||
- db
|
||||
- data
|
||||
|
||||
GITEA_DB_TYPE: 'mysql'
|
||||
GITEA_DB_HOST: 'gitea_db'
|
||||
GITEA_DB_ROOT_PASS: 'super-secret-root-pass'
|
||||
GITEA_DB_USER: 'gitea'
|
||||
GITEA_DB_PASS: 'super-secret-pass'
|
||||
GITEA_DB_NAME: 'gitea'
|
||||
GITEA_ROOT_URL: 'https://git.your.domain'
|
||||
Reference in New Issue
Block a user