summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-03-10 22:31:04 +0100
committerChristian Pointner <equinox@spreadspace.org>2022-03-10 22:31:04 +0100
commit74fa2fa98c57672b6ed67243e5e17a5e44108eb1 (patch)
tree3fa09031afd1d6e6789b9d2507079c45167476ce /inventory/host_vars
parentset ansible forks to 20 (diff)
improvements and fixes for alerta role
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 }}"