mirror of https://dev.ccchb.de/ccchb/ansible.git
move ansible-role-gitea to fork
This commit is contained in:
parent
29ea8933fa
commit
e5afb434a5
|
@ -1,3 +1,3 @@
|
||||||
[submodule "roles/gitea"]
|
[submodule "roles/gitea"]
|
||||||
path = 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
|
||||||
|
|
|
@ -2,26 +2,40 @@ vm_index: 2
|
||||||
|
|
||||||
gitea_version: "1.12.4"
|
gitea_version: "1.12.4"
|
||||||
gitea_app_name: "dev.ccchb.de"
|
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_root_url: "https://dev.ccchb.de"
|
||||||
|
|
||||||
|
gitea_http_domain: "dev.ccchb.de"
|
||||||
gitea_http_listen: "[::]"
|
gitea_http_listen: "[::]"
|
||||||
gitea_http_port: 443
|
gitea_http_port: 443
|
||||||
gitea_systemd_cap_net_bind_service: true
|
|
||||||
gitea_protocol: "https"
|
gitea_protocol: "https"
|
||||||
|
gitea_systemd_cap_net_bind_service: true
|
||||||
gitea_http_letsencrypt_mail: "webmaster@ccchb.de"
|
gitea_http_letsencrypt_mail: "webmaster@ccchb.de"
|
||||||
|
|
||||||
|
gitea_ssh_domain: "dev.ccchb.de"
|
||||||
gitea_ssh_listen: "[::]"
|
gitea_ssh_listen: "[::]"
|
||||||
gitea_ssh_port: 2222
|
gitea_ssh_port: 2222
|
||||||
gitea_start_ssh: true
|
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_offline_mode: true
|
||||||
gitea_disable_gravatar: true
|
gitea_disable_gravatar: true
|
||||||
gitea_enable_captcha: false
|
gitea_log_systemd: true
|
||||||
|
gitea_log_only_warning: true
|
||||||
|
|
||||||
user_mgmt:
|
user_mgmt:
|
||||||
|
crest:
|
||||||
|
state: present
|
||||||
|
groups: sudo
|
||||||
genofire:
|
genofire:
|
||||||
state: present
|
state: present
|
||||||
groups: sudo
|
groups: sudo
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f2c8610cc41bad258076ea8df664da228ed467b6
|
Subproject commit cb08c9f99997167aa35f2cef0a30ca914e2d159d
|
Loading…
Reference in New Issue