summaryrefslogtreecommitdiff
path: root/chaos-at-home/ch-raspi-ntp.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-09-28 21:40:57 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-09-28 21:40:57 +0200
commit3d007a3739386268102d8e76363c96292e5659a7 (patch)
treec36e0ae76303c919eaac136efbfd06dd4b192646 /chaos-at-home/ch-raspi-ntp.yml
parentprometheus: add ssl exporter (diff)
dust-off slim/raspbian role and install ch-raspi-ntp test host
Diffstat (limited to 'chaos-at-home/ch-raspi-ntp.yml')
-rw-r--r--chaos-at-home/ch-raspi-ntp.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/chaos-at-home/ch-raspi-ntp.yml b/chaos-at-home/ch-raspi-ntp.yml
new file mode 100644
index 00000000..548e5d0c
--- /dev/null
+++ b/chaos-at-home/ch-raspi-ntp.yml
@@ -0,0 +1,9 @@
+---
+- name: Basic Setup
+ hosts: ch-raspi-ntp
+ roles:
+ - role: slim/raspbian
+# - role: apt-repo/base ## TODO: this role does not yet support rasbian since detection is not as trivial as one would think
+ - role: core/base
+ - role: core/sshd/base
+ - role: core/zsh