From 99fe083dccd714785566429b4ea9a59204b2dcf0 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 16 Mar 2024 20:21:56 +0100 Subject: add ch-companion-raspi --- chaos-at-home/ch-companion-raspi.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 chaos-at-home/ch-companion-raspi.yml (limited to 'chaos-at-home/ch-companion-raspi.yml') 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 -- cgit v1.2.3