-
Notifications
You must be signed in to change notification settings - Fork 2
/
common.yaml
43 lines (41 loc) · 1013 Bytes
/
common.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
lookup_options:
gitea::custom_configuration:
merge: deep
gitea::manage_service: true
gitea::manage_user: true
gitea::manage_group: true
gitea::manage_home: true
gitea::owner: 'git'
gitea::group: 'git'
gitea::umask: '0027'
gitea::home: ~
gitea::proxy: ~
gitea::base_url: 'https://dl.gitea.io/gitea'
gitea::ensure: 'installed'
gitea::run_path: '/run/gitea'
gitea::work_path: '/opt/gitea'
gitea::app_data_path: "%{lookup('gitea::work_path')}/data"
gitea::default_configuration:
server:
APP_DATA_PATH: "%{lookup('gitea::app_data_path')}"
repository:
ROOT: "%{lookup('gitea::app_data_path')}/gitea-repositories"
database:
DB_TYPE: 'sqlite3'
LOG_SQL: 'false'
security:
INSTALL_LOCK: 'true'
actions:
ENABLED: 'true'
DEFAULT_ACTIONS_URL: 'github'
log:
logger.router.MODE: ~
gitea::custom_configuration: {}
gitea::service_epp: 'gitea/systemd.epp'
gitea::tmpfile_epp: 'gitea/tmpfile.epp'
gitea::robots_txt: ''
gitea::install::packages:
- 'curl'
- 'git'
- 'tar'