summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/host_vars/r3-cccamp19-sw0.yml9
-rw-r--r--chaos-at-home/r3-cccamp19-gw.yml5
-rw-r--r--chaos-at-home/r3-cccamp19-sw0.yml8
-rw-r--r--chaos-at-home/r3-cccamp19_vm.yml9
-rw-r--r--chaos-at-home/r3-vex2.yml7
5 files changed, 0 insertions, 38 deletions
diff --git a/chaos-at-home/host_vars/r3-cccamp19-sw0.yml b/chaos-at-home/host_vars/r3-cccamp19-sw0.yml
deleted file mode 100644
index 9a0e7782..00000000
--- a/chaos-at-home/host_vars/r3-cccamp19-sw0.yml
+++ /dev/null
@@ -1,9 +0,0 @@
-$ANSIBLE_VAULT;1.2;AES256;chaos-at-home
-36323334643335666630393439363962363665633161333563336237376532303137336431336665
-3430313039653331633563393033393637633164616462310a366162373163353561363864306465
-30343433653738663735383532336535396231613162303232656139663562633238383765666233
-3434616261623131310a343236333230363866666331663665373566383938383136316536323435
-62313238303564666230393333353630326464316631376238366635616238613232366466383035
-63636562616437356432323731613632653636363031643165666339633363353934633262643466
-64363839343230393863643532613365393033333731653830363061663135663533636332353162
-36336233376561613338
diff --git a/chaos-at-home/r3-cccamp19-gw.yml b/chaos-at-home/r3-cccamp19-gw.yml
deleted file mode 100644
index e92370ac..00000000
--- a/chaos-at-home/r3-cccamp19-gw.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- name: configure dyndns
- hosts: r3-cccamp19-gw
- roles:
- - role: dyndns/client
diff --git a/chaos-at-home/r3-cccamp19-sw0.yml b/chaos-at-home/r3-cccamp19-sw0.yml
deleted file mode 100644
index 36ee99f5..00000000
--- a/chaos-at-home/r3-cccamp19-sw0.yml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-- name: bootstrap
- hosts: r3-cccamp19-sw0
- gather_facts: no
- roles:
- - role: dellos6/bootstrap
- - role: dellos6/base
- - role: dellos6/layer2
diff --git a/chaos-at-home/r3-cccamp19_vm.yml b/chaos-at-home/r3-cccamp19_vm.yml
deleted file mode 100644
index fa4ffb77..00000000
--- a/chaos-at-home/r3-cccamp19_vm.yml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-- name: Basic Setup
- hosts: "{{ install_hostname }}"
- roles:
- - role: apt-repo/base
- - role: core/base
- - role: core/sshd
- - role: core/zsh
- - role: dyndns/client
diff --git a/chaos-at-home/r3-vex2.yml b/chaos-at-home/r3-vex2.yml
deleted file mode 100644
index 4efac0a8..00000000
--- a/chaos-at-home/r3-vex2.yml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-- name: nothing to see here
- hosts: r3-vex2
- tasks:
- - name: do nothing
- debug:
- msg: "all the rest is done using the realraum ansible repo"