summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-testvm-prometheus.yml
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home/ch-testvm-prometheus.yml')
-rw-r--r--chaos-at-home/ch-testvm-prometheus.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/chaos-at-home/ch-testvm-prometheus.yml b/chaos-at-home/ch-testvm-prometheus.yml
new file mode 100644
index 00000000..9a6c75a2
--- /dev/null
+++ b/chaos-at-home/ch-testvm-prometheus.yml
@@ -0,0 +1,21 @@
+---
+- name: Basic Setup
+ hosts: ch-testvm-prometheus
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd/base
+ - role: core/zsh
+ - role: core/ntp
+
+- name: Payload Setup
+ hosts: ch-testvm-prometheus
+ roles:
+ - role: apt-repo/spreadspace
+ - role: nginx/base
+ - role: monitoring/prometheus/ca
+ - role: monitoring/prometheus/exporter
+ - role: monitoring/prometheus/server
+ #- role: monitoring/prometheus/alertmanager
+ #- role: monitoring/grafana
+ - role: monitoring/landingpage