diff options
author | Christian Pointner <equinox@spreadspace.org> | 2021-09-28 21:40:57 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2021-09-28 21:40:57 +0200 |
commit | 3d007a3739386268102d8e76363c96292e5659a7 (patch) | |
tree | c36e0ae76303c919eaac136efbfd06dd4b192646 /chaos-at-home/ch-raspi-ntp.yml | |
parent | prometheus: 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.yml | 9 |
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 |