summaryrefslogtreecommitdiff
path: root/chaos-at-home
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 /chaos-at-home
parentrefactor all install roles ans playbooks to work with new variable install_ho... (diff)
further cleanup host bootstraping
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-router-obsd.yml7
-rw-r--r--chaos-at-home/ch-testvm.yml7
-rw-r--r--chaos-at-home/common.yml (renamed from chaos-at-home/ch-gw-lan.yml)2
-rw-r--r--chaos-at-home/r3-cccamp19-feedcode.yml7
4 files changed, 1 insertions, 22 deletions
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/ch-gw-lan.yml b/chaos-at-home/common.yml
index a1d81d88..494f434f 100644
--- a/chaos-at-home/ch-gw-lan.yml
+++ b/chaos-at-home/common.yml
@@ -1,6 +1,6 @@
---
- name: Basic Setup
- hosts: ch-gw-lan
+ hosts: "{{ install_hostname }}"
roles:
- role: base
- role: sshd
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