changed variable structure

This commit is contained in:
2023-06-03 02:41:34 +02:00
parent 814eeca218
commit 6c88689a5b
16 changed files with 140 additions and 159 deletions

View File

@@ -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 }}'