Initial Commit

This commit is contained in:
Theodotos Andreou 2019-01-26 08:21:47 +02:00
commit fd562c3235
11 changed files with 1090 additions and 0 deletions

8
vars/all.yml.example Normal file
View 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