mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2026-03-16 11:45:24 +01:00
changed vars and defaults structure
This commit is contained in:
2
roles/wiki_js/defaults/main.yml
Normal file
2
roles/wiki_js/defaults/main.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
wiki_js_folder:
|
||||
- db
|
||||
@@ -1,9 +0,0 @@
|
||||
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