From d986bf783fa193d7643469cfc154a794ffda58e6 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 10 Jan 2023 19:30:09 +0100 Subject: add initial install for ch-hyperion --- chaos-at-home/ch-hyperion.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 chaos-at-home/ch-hyperion.yml (limited to 'chaos-at-home') diff --git a/chaos-at-home/ch-hyperion.yml b/chaos-at-home/ch-hyperion.yml new file mode 100644 index 00000000..e9d4867b --- /dev/null +++ b/chaos-at-home/ch-hyperion.yml @@ -0,0 +1,20 @@ +--- +- name: Basic Setup + hosts: ch-hyperion + roles: + - role: apt-repo/base + - role: core/base + - role: core/sshd/base + - role: core/zsh + - role: core/ntp + +- name: Payload Setup + hosts: ch-hyperion + roles: + - role: streaming/blackmagic/desktopvideo + post_tasks: + - name: install alsa packages + apt: + name: + - alsa-utils + - alsa-tools -- cgit v1.2.3