roles/gitea: Allow configuring clone URLs
The `gitea_ssh_domain` and `gitea_http_domain` variables can be used to configure the host portion of the URLs for cloning Git repositories over SSH and HTTPS, respectively. By default, both values are the FQDN of the machine hosting Gitea.
This commit is contained in:
3
roles/gitea/defaults/main.yml
Normal file
3
roles/gitea/defaults/main.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
gitea_ssh_domain: '{{ ansible_fqdn }}'
|
||||
gitea_http_domain: '{{ gitea_ssh_domain }}'
|
||||
gitea_root_url: 'http://{{ gitea_http_domain }}:3000/'
|
||||
Reference in New Issue
Block a user