From 5ad3cb5383e9f6c5f5c1f52bfa14f944152114ef Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 4 Apr 2021 17:15:46 +0200 Subject: port elevate/liquidtruth role to new storage volume roles --- inventory/host_vars/ele-lt.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (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 1bfcf901..e09026b7 100644 --- a/inventory/host_vars/ele-lt.yml +++ b/inventory/host_vars/ele-lt.yml @@ -7,12 +7,19 @@ install: network: {} -liquidtruth_app_user: lt - sshd_allowusers_host: - "{{ liquidtruth_app_user }}" +liquidtruth_storage: + type: lvm + vg: "{{ host_name }}" + lv: srv + size: 12G + fs: xfs + +liquidtruth_app_user: lt + liquidtruth_mongodb_root_username: root liquidtruth_mongodb_root_password: "{{ vault_liquidtruth_mongodb_root_password }}" -- cgit v1.2.3