Add gitea and a generic container role

This commit is contained in:
uumas
2022-03-10 02:57:09 +02:00
parent b1638ad7af
commit cb25e8c01a
9 changed files with 107 additions and 0 deletions

View File

@@ -3,6 +3,10 @@ These variables are required by multiple roles. Example values included.
```
timezone: 'Europe/Helsinki'
admin_email: 'admin@domain.tld'
smtp_server: smtp.domain.tld
smtp_from: sender@domain.tld
```
# Optional variables

15
docs/gitea.md Normal file
View File

@@ -0,0 +1,15 @@
# Required variables
These variables are required. Example values included. Some general variables might also be required for this role.
```
ports:
gitea:
http: 8080
docker_vhost_domains:
gitea:
- gitea.domain.tld
database_passwords:
gitea: secret
```