summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-mon.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-05-30 22:28:46 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-06-20 01:44:16 +0200
commite29ce4fdbe2ce669c62777fffa18ae8557e54a73 (patch)
tree8eaedd699b8eb49bc51ec260af5e6abd74a1cce1 /chaos-at-home/ch-mon.yml
parentcleanup: old preliminary tasks (diff)
prometheus: initial simple server role
Diffstat (limited to 'chaos-at-home/ch-mon.yml')
-rw-r--r--chaos-at-home/ch-mon.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/chaos-at-home/ch-mon.yml b/chaos-at-home/ch-mon.yml
new file mode 100644
index 00000000..fb0eff53
--- /dev/null
+++ b/chaos-at-home/ch-mon.yml
@@ -0,0 +1,12 @@
+---
+- name: Basic Setup
+ hosts: ch-mon
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd/base
+ - role: core/zsh
+ - role: core/ntp
+ - role: storage/lvm/groups
+ - role: apt-repo/spreadspace
+ - role: monitoring/prometheus/server