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 --- dan/common.yml | 7 +++++++ dan/emc-00.yml | 11 ----------- dan/emc-01.yml | 11 ----------- dan/emc-02.yml | 11 ----------- dan/emc-03.yml | 11 ----------- dan/emc-dist.yml | 7 ------- dan/emc-dist0.yml | 7 ------- dan/emc-xx.yml | 2 +- dan/sk-testvm.yml | 7 ------- 9 files changed, 8 insertions(+), 66 deletions(-) create mode 100644 dan/common.yml delete mode 100644 dan/emc-00.yml delete mode 100644 dan/emc-01.yml delete mode 100644 dan/emc-02.yml delete mode 100644 dan/emc-03.yml delete mode 100644 dan/emc-dist.yml delete mode 100644 dan/emc-dist0.yml delete mode 100644 dan/sk-testvm.yml (limited to 'dan') diff --git a/dan/common.yml b/dan/common.yml new file mode 100644 index 00000000..494f434f --- /dev/null +++ b/dan/common.yml @@ -0,0 +1,7 @@ +--- +- name: Basic Setup + hosts: "{{ install_hostname }}" + roles: + - role: base + - role: sshd + - role: zsh diff --git a/dan/emc-00.yml b/dan/emc-00.yml deleted file mode 100644 index 2238f0c4..00000000 --- a/dan/emc-00.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- name: Basic Setup - hosts: emc-00 - roles: - - role: base - - role: sshd - - role: zsh - - role: apt-repo/spreadspace - - role: acmetool/base - - role: acmetool/cert - acmetool_cert_name: "{{ host_name }}.{{ host_domain }}" diff --git a/dan/emc-01.yml b/dan/emc-01.yml deleted file mode 100644 index d8582867..00000000 --- a/dan/emc-01.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- name: Basic Setup - hosts: emc-01 - roles: - - role: base - - role: sshd - - role: zsh - - role: apt-repo/spreadspace - - role: acmetool/base - - role: acmetool/cert - acmetool_cert_name: "{{ host_name }}.{{ host_domain }}" diff --git a/dan/emc-02.yml b/dan/emc-02.yml deleted file mode 100644 index 78b4737a..00000000 --- a/dan/emc-02.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- name: Basic Setup - hosts: emc-02 - roles: - - role: base - - role: sshd - - role: zsh - - role: apt-repo/spreadspace - - role: acmetool/base - - role: acmetool/cert - acmetool_cert_name: "{{ host_name }}.{{ host_domain }}" diff --git a/dan/emc-03.yml b/dan/emc-03.yml deleted file mode 100644 index 87814119..00000000 --- a/dan/emc-03.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- name: Basic Setup - hosts: emc-03 - roles: - - role: base - - role: sshd - - role: zsh - - role: apt-repo/spreadspace - - role: acmetool/base - - role: acmetool/cert - acmetool_cert_name: "{{ host_name }}.{{ host_domain }}" diff --git a/dan/emc-dist.yml b/dan/emc-dist.yml deleted file mode 100644 index 0e2318f4..00000000 --- a/dan/emc-dist.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Basic Setup - hosts: emc-dist - roles: - - role: base - - role: sshd - - role: zsh diff --git a/dan/emc-dist0.yml b/dan/emc-dist0.yml deleted file mode 100644 index 9efb2731..00000000 --- a/dan/emc-dist0.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Basic Setup - hosts: emc-dist0 - roles: - - role: base - - role: sshd - - role: zsh diff --git a/dan/emc-xx.yml b/dan/emc-xx.yml index 7b80f76e..eb9586ac 100644 --- a/dan/emc-xx.yml +++ b/dan/emc-xx.yml @@ -1,6 +1,6 @@ --- - name: Basic Setup - hosts: emc-xx + hosts: "{{ install_hostname }}" roles: - role: base - role: sshd diff --git a/dan/sk-testvm.yml b/dan/sk-testvm.yml deleted file mode 100644 index 39c775aa..00000000 --- a/dan/sk-testvm.yml +++ /dev/null @@ -1,7 +0,0 @@ ---- -- name: Basic Setup - hosts: sk-testvm - roles: - - role: base - - role: sshd - - role: zsh -- cgit v1.2.3