postgres gitea
This commit is contained in:
parent
9cd271d215
commit
175cc5330d
@ -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
3
test-role/gitea.yml
Normal file
@ -0,0 +1,3 @@
|
||||
- hosts: server
|
||||
roles:
|
||||
- ../roles/gitea
|
Loading…
Reference in New Issue
Block a user