diff options
Diffstat (limited to 'dan')
-rw-r--r-- | dan/common.yml (renamed from dan/emc-dist.yml) | 2 | ||||
-rw-r--r-- | dan/emc-00.yml | 11 | ||||
-rw-r--r-- | dan/emc-01.yml | 11 | ||||
-rw-r--r-- | dan/emc-02.yml | 11 | ||||
-rw-r--r-- | dan/emc-03.yml | 11 | ||||
-rw-r--r-- | dan/emc-dist0.yml | 7 | ||||
-rw-r--r-- | dan/emc-xx.yml | 2 | ||||
-rw-r--r-- | dan/sk-testvm.yml | 7 |
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 |