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