summaryrefslogtreecommitdiff
path: root/dan
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-04-23 04:59:13 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-04-23 04:59:13 +0200
commit9d9d4fdc70ec0ac276f3795f5ccea39d6b94b995 (patch)
tree72ebbbbb00cfea15039663a765c8372a8b3c04e9 /dan
parentrefactor all install roles ans playbooks to work with new variable install_ho... (diff)
further cleanup host bootstraping
Diffstat (limited to 'dan')
-rw-r--r--dan/common.yml (renamed from dan/emc-dist.yml)2
-rw-r--r--dan/emc-00.yml11
-rw-r--r--dan/emc-01.yml11
-rw-r--r--dan/emc-02.yml11
-rw-r--r--dan/emc-03.yml11
-rw-r--r--dan/emc-dist0.yml7
-rw-r--r--dan/emc-xx.yml2
-rw-r--r--dan/sk-testvm.yml7
8 files changed, 2 insertions, 60 deletions
diff --git a/dan/emc-dist.yml b/dan/common.yml
index 0e2318f4..494f434f 100644
--- a/dan/emc-dist.yml
+++ b/dan/common.yml
@@ -1,6 +1,6 @@
---
- name: Basic Setup
- hosts: emc-dist
+ hosts: "{{ install_hostname }}"
roles:
- role: base
- role: sshd
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-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