postgres gitea

This commit is contained in:
vincent 2020-09-08 21:04:56 +02:00
parent 9cd271d215
commit 175cc5330d
2 changed files with 5 additions and 2 deletions

View File

@ -415,8 +415,8 @@ bind_allow_recursion:
- "192.168.1.0/24"
gitea_http_listen: 0.0.0.0
gitea_db_type: mysql
gitea_db_host: localhost:3306
gitea_db_type: postgres
gitea_db_host: localhost
gitea_db_name: gitea
gitea_db_user: gitea
gitea_db_password: "{{ vault_mysql_gitea }}"

3
test-role/gitea.yml Normal file
View File

@ -0,0 +1,3 @@
- hosts: server
roles:
- ../roles/gitea