summaryrefslogtreecommitdiff
path: root/inventory/group_vars/emc/vars.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-07-29 20:37:26 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-07-29 20:37:26 +0200
commit187dca997b510b686c130f234ff6f3e4de463427 (patch)
treecc49326a52259c98ff48c089e29fc17a18ad3b41 /inventory/group_vars/emc/vars.yml
parentele-(dione|helene) configure ntp (diff)
deploy promethues to emc kubernetes cluster
Diffstat (limited to 'inventory/group_vars/emc/vars.yml')
-rw-r--r--inventory/group_vars/emc/vars.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/inventory/group_vars/emc/vars.yml b/inventory/group_vars/emc/vars.yml
index 2b37171f..d1912106 100644
--- a/inventory/group_vars/emc/vars.yml
+++ b/inventory/group_vars/emc/vars.yml
@@ -8,6 +8,13 @@ install:
network: {}
+prometheus_scrape_endpoint: "{{ ansible_default_ipv4.address }}:9999"
+
+spreadspace_apt_repo_components:
+ - main
+ - prometheus
+
+
containerd_storage:
type: lvm
vg: "{{ host_name }}"