mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-16 14:17:31 +01:00
added template vars files
This commit is contained in:
9
roles/wiki_js/vars/main.yml.template
Normal file
9
roles/wiki_js/vars/main.yml.template
Normal file
@@ -0,0 +1,9 @@
|
||||
wiki_js_folder:
|
||||
- db
|
||||
|
||||
WIKI_JS_DB_TYPE: 'postgres'
|
||||
WIKI_JS_DB_HOST: 'wiki_js_db'
|
||||
WIKI_JS_DB_PORT: '5432'
|
||||
WIKI_JS_POSTGRES_DB: 'wiki'
|
||||
WIKI_JS_POSTGRES_USER: 'wiki'
|
||||
WIKI_JS_POSTGRES_PASS: 'super-secret-pass'
|
||||
Reference in New Issue
Block a user