summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-08-19 01:29:36 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-08-19 01:29:36 +0200
commitf399928637cc2f12bf7cb06a4ea107bc0a88e5db (patch)
tree320bef2c5f0a60caf1c3fd05bac9f06ce1c7708c /chaos-at-home
parentadd hacky workaround for zfs-mount-generator bug (diff)
add host ch-prometheus
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-prometheus.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/chaos-at-home/ch-prometheus.yml b/chaos-at-home/ch-prometheus.yml
new file mode 100644
index 00000000..19961cde
--- /dev/null
+++ b/chaos-at-home/ch-prometheus.yml
@@ -0,0 +1,16 @@
+---
+- name: Basic Setup
+ hosts: ch-prometheus
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd
+ - role: core/zsh
+ - role: core/cpu-microcode
+ - role: zfs/base
+ - role: apt-repo/spreadspace
+ - role: zfs/sanoid
+ - role: vm/host/base
+ - role: vm/host/network
+ - role: installer/debian/base
+ - role: installer/openbsd/base