diff options
Diffstat (limited to 'chaos-at-home/ch-mimas2.yml')
-rw-r--r-- | chaos-at-home/ch-mimas2.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chaos-at-home/ch-mimas2.yml b/chaos-at-home/ch-mimas2.yml new file mode 100644 index 00000000..2ece9b1f --- /dev/null +++ b/chaos-at-home/ch-mimas2.yml @@ -0,0 +1,7 @@ +--- +- name: Basic Setup + hosts: ch-mimas2 + roles: + - role: base + - role: sshd + - role: zsh |