Added Gitea role and configuration
This commit is contained in:
10
inventories/group_vars/gitea.yml
Normal file
10
inventories/group_vars/gitea.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
|
||||
gitea_fqdn: https://git.metaunix.net
|
||||
gitea_http_port: 3000
|
||||
gitea_data_dir: /var/lib/gitea
|
||||
|
||||
# use the default SSH server for git operations, not Gitea's built-in one
|
||||
gitea_ssh_port: 22
|
||||
gitea_user: git
|
||||
gitea_start_ssh: false
|
||||
Reference in New Issue
Block a user