Initial Commit
This commit is contained in:
commit
fd562c3235
11 changed files with 1090 additions and 0 deletions
8
vars/all.yml.example
Normal file
8
vars/all.yml.example
Normal file
|
@ -0,0 +1,8 @@
|
|||
domain: example.org
|
||||
gitea_name: "My Gitea Code Hosting Platform"
|
||||
gitea_fqdn: git.{{ domain }}
|
||||
gitea_db: giteadb
|
||||
gitea_db_user: giteadbuser
|
||||
gitea_version: 1.4.3
|
||||
smtp_server: smtp.{{ domain }}:25
|
||||
custom_ssh_port: 4444
|
Loading…
Add table
Add a link
Reference in a new issue