summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2024-03-16 20:21:56 +0100
committerChristian Pointner <equinox@spreadspace.org>2024-03-16 20:21:56 +0100
commit99fe083dccd714785566429b4ea9a59204b2dcf0 (patch)
tree9c5046ec3a7eab891d83821514a9450a024bee67 /chaos-at-home
parentadd companion role (diff)
add ch-companion-raspi
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-companion-raspi.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/chaos-at-home/ch-companion-raspi.yml b/chaos-at-home/ch-companion-raspi.yml
new file mode 100644
index 00000000..8d3be45a
--- /dev/null
+++ b/chaos-at-home/ch-companion-raspi.yml
@@ -0,0 +1,17 @@
+---
+- name: Basic Setup
+ hosts: ch-companion-raspi
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd/base
+ - role: core/zsh
+ - role: core/ntp
+
+- name: Payload Setup
+ hosts: ch-companion-raspi
+ roles:
+ - role: apt-repo/spreadspace
+ - role: kubernetes/base
+ - role: kubernetes/standalone/base
+ - role: streaming/companion