From 9e0f354a6622a51e113bc7fa08c6f13255d0c042 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 10 Jun 2019 13:49:00 +0200 Subject: added info to finalize mongodb auth --- inventory/host_vars/ele-lt.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'inventory/host_vars/ele-lt.yml') diff --git a/inventory/host_vars/ele-lt.yml b/inventory/host_vars/ele-lt.yml index f642f09c..70964e77 100644 --- a/inventory/host_vars/ele-lt.yml +++ b/inventory/host_vars/ele-lt.yml @@ -5,6 +5,16 @@ ssh_allowusers_host: - "{{ liquidtruth_app_user }}" +liquidtruth_mongodb_root_username: root +liquidtruth_mongodb_root_password: "{{ vault_liquidtruth_mongodb_root_password }}" + +liquidtruth_mongodb_backup_username: backup +liquidtruth_mongodb_backup_password: "{{ vault_liquidtruth_mongodb_backup_password }}" + +liquidtruth_mongodb_app_username: lt +liquidtruth_mongodb_app_password: "{{ vault_liquidtruth_mongodb_app_password }}" + + #acmetool_directory_server: "{{ acmetool_directory_server_le_live }}" liquidtruth_hostnames: -- cgit v1.2.3