summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-iot.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-05-26 21:34:14 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-07-17 21:51:22 +0200
commit695131994b5a749e129fb304e8ba709acd37afe8 (patch)
tree02111746a1cd0cfc31c5736170b12aafadcb771e /chaos-at-home/ch-iot.yml
parentmake textfile collector for apt packages configurable (diff)
add support for chrony_exporter (replaces textfile collector)
Diffstat (limited to 'chaos-at-home/ch-iot.yml')
-rw-r--r--chaos-at-home/ch-iot.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/chaos-at-home/ch-iot.yml b/chaos-at-home/ch-iot.yml
new file mode 100644
index 00000000..a849939e
--- /dev/null
+++ b/chaos-at-home/ch-iot.yml
@@ -0,0 +1,16 @@
+---
+- name: Basic Setup
+ hosts: ch-iot
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd/base
+ - role: core/zsh
+ - role: core/ntp
+
+- name: Payload Setup
+ hosts: ch-iot
+ roles:
+ - role: apt-repo/spreadspace
+ - role: nginx/base
+ - role: monitoring/prometheus/exporter