summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-lt.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-04-04 17:15:46 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-04-04 17:15:46 +0200
commit5ad3cb5383e9f6c5f5c1f52bfa14f944152114ef (patch)
tree7cbbf6653aa514797aade16a84f1b906425d6e6a /inventory/host_vars/ele-lt.yml
parentport vm/host/base role to new storage volume roles (diff)
port elevate/liquidtruth role to new storage volume roles
Diffstat (limited to 'inventory/host_vars/ele-lt.yml')
-rw-r--r--inventory/host_vars/ele-lt.yml11
1 files changed, 9 insertions, 2 deletions
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 }}"