mirror of
https://git.local.zernis.ch/simon/homeserver.zernis.ch.git
synced 2025-12-15 20:59:40 +01:00
changed variable structure
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
hostname: "{{ vault_hostname }}"
|
||||
domain: "{{ vault_domain }}"
|
||||
|
||||
user:
|
||||
name: '{{ vault_user_name }}'
|
||||
password: '{{ vault_user_password }}'
|
||||
system_user_name: '{{ vault_system_user_name }}'
|
||||
system_user_password: '{{ vault_system_user_password }}'
|
||||
|
||||
admin_mail: '{{ vault_admin_mail }}'
|
||||
sender_address: '{{ vault_sender_address }}'
|
||||
@@ -67,4 +66,4 @@ WIKI_JS_DB_HOST: '{{ vault_WIKI_JS_DB_HOST }}'
|
||||
WIKI_JS_DB_PORT: '{{ vault_WIKI_JS_DB_PORT }}'
|
||||
WIKI_JS_POSTGRES_DB: '{{ vault_WIKI_JS_POSTGRES_DB }}'
|
||||
WIKI_JS_POSTGRES_USER: '{{ vault_WIKI_JS_POSTGRES_USER }}'
|
||||
WIKI_JS_POSTGRES_PASS: '{{ vault_WIKI_JS_POSTGRES_PASS }}'
|
||||
WIKI_JS_POSTGRES_PASS: '{{ vault_WIKI_JS_POSTGRES_PASS }}'
|
||||
|
||||
Reference in New Issue
Block a user