summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-20 22:09:54 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-20 22:09:54 +0100
commitb7186bf87e0ce6699a5ef13eb1dcf492ba4d11a8 (patch)
tree7b6196607a98c41fe3b08f774352efaff94ecfa7 /chaos-at-home
parentpresseed: fix some variable precedence (diff)
add some vmhost test machines
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-dione.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/chaos-at-home/ch-dione.yml b/chaos-at-home/ch-dione.yml
new file mode 100644
index 00000000..4ceaa653
--- /dev/null
+++ b/chaos-at-home/ch-dione.yml
@@ -0,0 +1,13 @@
+---
+- name: Basic Setup
+ hosts: ch-dione
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd
+ - role: core/zsh
+ - role: core/cpu-microcode
+ - role: vm/host/base
+ - role: vm/host/network
+ - role: installer/debian/base
+ - role: installer/openbsd/base