summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-apps.yml14
1 files changed, 14 insertions, 0 deletions
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 }}"