From bb486c7e489f80e9b5a28569c18ea0d32fe3c11b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 26 May 2020 23:44:41 +0200 Subject: cleanup old configs and playbooks --- chaos-at-home/r3-cccamp19-av.yml | 8 -------- chaos-at-home/r3-cccamp19-dione.yml | 7 ------- chaos-at-home/r3-cccamp19-flora.yml | 8 -------- chaos-at-home/r3-cccamp19-helene.yml | 7 ------- chaos-at-home/r3-cccamp19-verr.yml | 8 -------- chaos-at-home/r3-cccamp19_vm.yml | 8 ++++++++ 6 files changed, 8 insertions(+), 38 deletions(-) delete mode 100644 chaos-at-home/r3-cccamp19-av.yml delete mode 100644 chaos-at-home/r3-cccamp19-dione.yml delete mode 100644 chaos-at-home/r3-cccamp19-flora.yml delete mode 100644 chaos-at-home/r3-cccamp19-helene.yml delete mode 100644 chaos-at-home/r3-cccamp19-verr.yml create mode 100644 chaos-at-home/r3-cccamp19_vm.yml (limited to 'chaos-at-home') diff --git a/chaos-at-home/r3-cccamp19-av.yml b/chaos-at-home/r3-cccamp19-av.yml deleted file mode 100644 index 511776de..00000000 --- a/chaos-at-home/r3-cccamp19-av.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: Basic Setup - hosts: r3-cccamp19-av - roles: - - role: base - - role: sshd - - role: zsh - - role: dyndns/client diff --git a/chaos-at-home/r3-cccamp19-dione.yml b/chaos-at-home/r3-cccamp19-dione.yml deleted file mode 100644 index 6a4933a1..00000000 --- a/chaos-at-home/r3-cccamp19-dione.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Basic Setup - hosts: r3-cccamp19-dione - roles: - - role: base - - role: sshd - - role: zsh diff --git a/chaos-at-home/r3-cccamp19-flora.yml b/chaos-at-home/r3-cccamp19-flora.yml deleted file mode 100644 index 0208c1db..00000000 --- a/chaos-at-home/r3-cccamp19-flora.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: Basic Setup - hosts: r3-cccamp19-flora - roles: - - role: base - - role: sshd - - role: zsh - - role: dyndns/client diff --git a/chaos-at-home/r3-cccamp19-helene.yml b/chaos-at-home/r3-cccamp19-helene.yml deleted file mode 100644 index 35344505..00000000 --- a/chaos-at-home/r3-cccamp19-helene.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Basic Setup - hosts: r3-cccamp19-helene - roles: - - role: base - - role: sshd - - role: zsh diff --git a/chaos-at-home/r3-cccamp19-verr.yml b/chaos-at-home/r3-cccamp19-verr.yml deleted file mode 100644 index 187d76ad..00000000 --- a/chaos-at-home/r3-cccamp19-verr.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- name: Basic Setup - hosts: r3-cccamp19-verr - roles: - - role: base - - role: sshd - - role: zsh - - role: dyndns/client 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 -- cgit v1.2.3