forked from ccchb/ansible
44 lines
937 B
YAML
44 lines
937 B
YAML
vm_index: 2
|
|
|
|
gitea_version: "1.13.0"
|
|
gitea_app_name: "dev.ccchb.de"
|
|
|
|
# technical:
|
|
gitea_root_url: "https://dev.ccchb.de"
|
|
|
|
gitea_http_domain: "dev.ccchb.de"
|
|
gitea_http_listen: "0.0.0.0"
|
|
gitea_http_port: 443
|
|
gitea_protocol: "https"
|
|
gitea_systemd_cap_net_bind_service: true
|
|
gitea_http_letsencrypt_mail: "webmaster@ccchb.de"
|
|
|
|
gitea_ssh_domain: "dev.ccchb.de"
|
|
gitea_ssh_listen: "[::]"
|
|
gitea_ssh_port: 2222
|
|
gitea_start_ssh: true
|
|
|
|
gitea_mailer_enabled: true
|
|
gitea_mailer_type: sendmail
|
|
gitea_enable_notify_mail: true
|
|
gitea_mailer_from: '`"[CCCHB] dev.ccchb.de" <gitea@dev.ccchb.de>`'
|
|
gitea_subject_prefix: "[GIT]"
|
|
|
|
# permission:
|
|
gitea_require_signin: false
|
|
gitea_register_email_confirm: true
|
|
gitea_enable_captcha: true
|
|
|
|
# privacy:
|
|
gitea_offline_mode: true
|
|
gitea_disable_gravatar: true
|
|
gitea_log_systemd: true
|
|
gitea_log_only_warning: true
|
|
|
|
user_mgmt:
|
|
crest:
|
|
state: present
|
|
groups: sudo
|
|
genofire:
|
|
state: present
|
|
groups: sudo
|