From 74fa2fa98c57672b6ed67243e5e17a5e44108eb1 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 10 Mar 2022 22:31:04 +0100 Subject: improvements and fixes for alerta role --- inventory/host_vars/ch-apps.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-apps.yml b/inventory/host_vars/ch-apps.yml index 5fe4acd5..afc95e12 100644 --- a/inventory/host_vars/ch-apps.yml +++ b/inventory/host_vars/ch-apps.yml @@ -124,3 +124,17 @@ kubernetes_standalone_cni_variant: with-portmap alerta_base_path: /srv/storage/alerta +alerta_storage: + type: zfs + pool: storage + name: alerta + properties: + quota: 1G + 'syncoid:sync': 'false' + +alerta_web_version: 8.7.0 +alerta_postgres_version: 14.2 +alerta_redis_version: 6.2.6 + +alerta_web_secret_key: "{{ vault_alerta_web_secret_key }}" +alerta_postgres_password: "{{ vault_alerta_postgres_password }}" -- cgit v1.2.3