From 9d9d4fdc70ec0ac276f3795f5ccea39d6b94b995 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 23 Apr 2020 04:59:13 +0200 Subject: further cleanup host bootstraping --- chaos-at-home/ch-gw-lan.yml | 7 ------- chaos-at-home/ch-router-obsd.yml | 7 ------- chaos-at-home/ch-testvm.yml | 7 ------- chaos-at-home/common.yml | 7 +++++++ chaos-at-home/r3-cccamp19-feedcode.yml | 7 ------- 5 files changed, 7 insertions(+), 28 deletions(-) delete mode 100644 chaos-at-home/ch-gw-lan.yml delete mode 100644 chaos-at-home/ch-router-obsd.yml delete mode 100644 chaos-at-home/ch-testvm.yml create mode 100644 chaos-at-home/common.yml delete mode 100644 chaos-at-home/r3-cccamp19-feedcode.yml (limited to 'chaos-at-home') diff --git a/chaos-at-home/ch-gw-lan.yml b/chaos-at-home/ch-gw-lan.yml deleted file mode 100644 index a1d81d88..00000000 --- a/chaos-at-home/ch-gw-lan.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Basic Setup - hosts: ch-gw-lan - roles: - - role: base - - role: sshd - - role: zsh diff --git a/chaos-at-home/ch-router-obsd.yml b/chaos-at-home/ch-router-obsd.yml deleted file mode 100644 index 76b79316..00000000 --- a/chaos-at-home/ch-router-obsd.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Basic Setup - hosts: ch-router-obsd - roles: - - role: base - - role: sshd - - role: zsh diff --git a/chaos-at-home/ch-testvm.yml b/chaos-at-home/ch-testvm.yml deleted file mode 100644 index c10c8b57..00000000 --- a/chaos-at-home/ch-testvm.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Basic Setup - hosts: ch-testvm - roles: - - role: base - - role: sshd - - role: zsh diff --git a/chaos-at-home/common.yml b/chaos-at-home/common.yml new file mode 100644 index 00000000..494f434f --- /dev/null +++ b/chaos-at-home/common.yml @@ -0,0 +1,7 @@ +--- +- name: Basic Setup + hosts: "{{ install_hostname }}" + roles: + - role: base + - role: sshd + - role: zsh diff --git a/chaos-at-home/r3-cccamp19-feedcode.yml b/chaos-at-home/r3-cccamp19-feedcode.yml deleted file mode 100644 index 65485be7..00000000 --- a/chaos-at-home/r3-cccamp19-feedcode.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Basic Setup - hosts: r3-cccamp19-feedcode - roles: - - role: base - - role: sshd - - role: zsh -- cgit v1.2.3