From 4d77f5945e1e267294daf322940b1fefd9711da3 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 26 Jan 2023 19:21:33 +0100 Subject: ch-tarvos base install --- chaos-at-home/ch-tarvos.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 chaos-at-home/ch-tarvos.yml (limited to 'chaos-at-home/ch-tarvos.yml') diff --git a/chaos-at-home/ch-tarvos.yml b/chaos-at-home/ch-tarvos.yml new file mode 100644 index 00000000..b618abc3 --- /dev/null +++ b/chaos-at-home/ch-tarvos.yml @@ -0,0 +1,18 @@ +--- +- name: Basic Setup + hosts: ch-tarvos + roles: + - role: apt-repo/base + - role: core/base + - role: core/sshd/base + - role: core/zsh + - role: core/ntp + - role: core/cpu-microcode + +- name: Payload Setup + hosts: ch-tarvos + roles: + - role: apt-repo/obs-studio + - role: apt-repo/spreadspace + - role: ws/base + - role: core/admin-users -- cgit v1.2.3