summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chaos-at-home/ch-mon.yml2
-rw-r--r--chaos-at-home/host_vars/ch-mon.yml10
-rw-r--r--inventory/host_vars/ch-mon.yml3
3 files changed, 15 insertions, 0 deletions
diff --git a/chaos-at-home/ch-mon.yml b/chaos-at-home/ch-mon.yml
index 248de5d6..8e25d6ec 100644
--- a/chaos-at-home/ch-mon.yml
+++ b/chaos-at-home/ch-mon.yml
@@ -8,7 +8,9 @@
- role: core/zsh
- role: core/ntp
- role: storage/lvm/groups
+ - role: nginx/base
- role: apt-repo/spreadspace
- role: monitoring/prometheus/ca
- role: monitoring/prometheus/exporter
- role: monitoring/prometheus/server
+ - role: monitoring/grafana
diff --git a/chaos-at-home/host_vars/ch-mon.yml b/chaos-at-home/host_vars/ch-mon.yml
new file mode 100644
index 00000000..02b3883a
--- /dev/null
+++ b/chaos-at-home/host_vars/ch-mon.yml
@@ -0,0 +1,10 @@
+$ANSIBLE_VAULT;1.2;AES256;chaos-at-home
+64303062373862353734336666336331613033343966353530323764303830386162633039656461
+3630326139303239353862336338306662646230663332660a646139363333376332653331376135
+35366465323236396234396133653364343130383631366232646362363930343938306438613161
+3965303365613234380a626232376239303165313536653439353136643861646631323031313837
+32373737326539646336373661376539336663346637616662313133663663313733353538636435
+31366638616632333836656561363464353635336638343436386339353065393530376531353039
+63343336383732336533333336303766323839646636643235313463306436353066653261393136
+64336263383336653765343335613038633263306638336639653230346633366539613431616434
+3733
diff --git a/inventory/host_vars/ch-mon.yml b/inventory/host_vars/ch-mon.yml
index 025289a4..6e064764 100644
--- a/inventory/host_vars/ch-mon.yml
+++ b/inventory/host_vars/ch-mon.yml
@@ -67,3 +67,6 @@ prometheus_exporters_extra:
prometheus_exporter_blackbox_modules_extra:
icmp:
prober: icmp
+
+
+grafana_secret_key: "{{ vault_grafana_secret_key }}"