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