diff options
Diffstat (limited to 'chaos-at-home/r3-cccamp19_vm.yml')
-rw-r--r-- | chaos-at-home/r3-cccamp19_vm.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chaos-at-home/r3-cccamp19_vm.yml b/chaos-at-home/r3-cccamp19_vm.yml new file mode 100644 index 00000000..ca8d230b --- /dev/null +++ b/chaos-at-home/r3-cccamp19_vm.yml @@ -0,0 +1,8 @@ +--- +- name: Basic Setup + hosts: "{{ install_hostname }}" + roles: + - role: base + - role: sshd + - role: zsh + - role: dyndns/client |