diff options
Diffstat (limited to 'chaos-at-home/ch-hroottest.yml')
-rw-r--r-- | chaos-at-home/ch-hroottest.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chaos-at-home/ch-hroottest.yml b/chaos-at-home/ch-hroottest.yml new file mode 100644 index 00000000..52be7e88 --- /dev/null +++ b/chaos-at-home/ch-hroottest.yml @@ -0,0 +1,13 @@ +--- +- name: Basic Setup + hosts: ch-hroottest + roles: + - role: base + - role: sshd + - role: zsh + - role: apt-repo/base + - role: zfs/base + - role: apt-repo/spreadspace + - role: zfs/sanoid + - role: vm/host + - role: installer/debian/base |