move ansible-role-gitea to fork

This commit is contained in:
genofire 2020-09-18 12:52:16 +00:00
parent 29ea8933fa
commit e5afb434a5
3 changed files with 21 additions and 7 deletions

2
.gitmodules vendored
View File

@ -1,3 +1,3 @@
[submodule "roles/gitea"]
path = roles/gitea
url = https://github.com/thomas-maurice/ansible-role-gitea.git
url = ssh://gitea@dev.ccchb.de:2222/ccchb/ansible-role-gitea.git

View File

@ -2,26 +2,40 @@ vm_index: 2
gitea_version: "1.12.4"
gitea_app_name: "dev.ccchb.de"
gitea_ssh_domain: "dev.ccchb.de"
gitea_http_domain: "dev.ccchb.de"
# technical:
gitea_root_url: "https://dev.ccchb.de"
gitea_http_domain: "dev.ccchb.de"
gitea_http_listen: "[::]"
gitea_http_port: 443
gitea_systemd_cap_net_bind_service: true
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
# Don't use a public CDN for frontend assets
gitea_mailer_enabled: true
gitea_mailer_type: sendmail
gitea_enable_notify_mail: true
# permission:
gitea_require_signin: false
gitea_enable_captcha: true
# privacy:
gitea_offline_mode: true
gitea_disable_gravatar: true
gitea_enable_captcha: false
gitea_log_systemd: true
gitea_log_only_warning: true
user_mgmt:
crest:
state: present
groups: sudo
genofire:
state: present
groups: sudo

@ -1 +1 @@
Subproject commit f2c8610cc41bad258076ea8df664da228ed467b6
Subproject commit cb08c9f99997167aa35f2cef0a30ca914e2d159d