diff options
Diffstat (limited to 'chaos-at-home/ch-equinox-ws.yml')
-rw-r--r-- | chaos-at-home/ch-equinox-ws.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chaos-at-home/ch-equinox-ws.yml b/chaos-at-home/ch-equinox-ws.yml new file mode 100644 index 00000000..d78d571c --- /dev/null +++ b/chaos-at-home/ch-equinox-ws.yml @@ -0,0 +1,10 @@ +--- +- name: Basic Setup + hosts: ch-equinox-ws + roles: + - role: base + - role: sshd + - role: zsh + - role: admin-user + - role: apt-repo/spreadspace + - role: ubuntu-ws |