summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-04 02:14:16 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-04 02:14:16 +0200
commitd9bc85387db33647e911e3e5ee5fed95cd208310 (patch)
treee0f51ab25be37796d0530ad7e2b930eb2e9090b5 /chaos-at-home
parentpreseed/partman: add error handling @ not-enough space (diff)
remove: ch k8s cluster vms, and hroot-test, add hcloud-test
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/ch-hroottest-obsd.yml8
-rw-r--r--chaos-at-home/ch-hroottest.yml17
-rw-r--r--chaos-at-home/host_vars/ch-hroottest.yml10
-rw-r--r--chaos-at-home/k8s-chtest.yml37
4 files changed, 0 insertions, 72 deletions
diff --git a/chaos-at-home/ch-hroottest-obsd.yml b/chaos-at-home/ch-hroottest-obsd.yml
deleted file mode 100644
index de0a051a..00000000
--- a/chaos-at-home/ch-hroottest-obsd.yml
+++ /dev/null
@@ -1,8 +0,0 @@
----
-- name: Basic Setup
- hosts: ch-hroottest-obsd
- roles:
- - role: core/base
- - role: core/sshd
- - role: core/zsh
- - role: core/admin-users
diff --git a/chaos-at-home/ch-hroottest.yml b/chaos-at-home/ch-hroottest.yml
deleted file mode 100644
index d8bc019a..00000000
--- a/chaos-at-home/ch-hroottest.yml
+++ /dev/null
@@ -1,17 +0,0 @@
----
-- name: Basic Setup
- hosts: ch-hroottest
- roles:
- - role: apt-repo/base
- - role: core/base
- - role: core/sshd
- - role: core/zsh
- - role: core/cpu-microcode
- - role: zfs/base
- - role: apt-repo/spreadspace
- - role: zfs/sanoid
- # - role: vm/host
- # - role: installer/debian/base
- # - role: installer/openbsd/base
- - role: kubernetes/base
- - role: kubernetes/standalone/base
diff --git a/chaos-at-home/host_vars/ch-hroottest.yml b/chaos-at-home/host_vars/ch-hroottest.yml
deleted file mode 100644
index cbab0cdb..00000000
--- a/chaos-at-home/host_vars/ch-hroottest.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-$ANSIBLE_VAULT;1.2;AES256;chaos-at-home
-65373866616230323066396132643136646161663638653433303266316239373062663364663538
-3533366230653363393533306133313366323731643664320a623264363537383338306332656261
-65653066396632626662633861396238316333393839393430663032336366663835653839396430
-3734393337363138620a613631663965396237633037636237333365663234353630343839366664
-64333431353863366666373965373234363439633031303535653064376237633462336165333637
-39363363316533333264643165616634636335646335633065656638326331363664383239613730
-61636366363064323232396439656431386331646365383066313438343639393965356639323565
-38626663643834306431383736306265303035396438643535393035363666323932663961646361
-6131
diff --git a/chaos-at-home/k8s-chtest.yml b/chaos-at-home/k8s-chtest.yml
deleted file mode 100644
index e3daf681..00000000
--- a/chaos-at-home/k8s-chtest.yml
+++ /dev/null
@@ -1,37 +0,0 @@
----
-- name: Basic Node Setup
- hosts: k8s-chtest
- roles:
- - role: apt-repo/base
- - role: core/base
- - role: core/sshd
- - role: core/zsh
-
-- import_playbook: ../common/kubernetes-cluster-layout.yml
- vars:
- kubernetes_cluster_layout:
- nodes_group: k8s-chtest
- masters:
- - ch-k8s-m0
- - ch-k8s-m1
- - ch-k8s-m2
- primary_master: ch-k8s-m0
-
-### hack hack hack...
-- name: cook kubernetes secrets
- hosts: _kubernetes_nodes_
- gather_facts: no
- tasks:
- - set_fact:
- kubernetes_secrets_cooked: "{{ kubernetes_secrets }}"
- - when: external_ip is defined
- set_fact:
- external_ip_cooked: "{{ external_ip }}"
-
-- import_playbook: ../common/kubernetes-cluster.yml
-- import_playbook: ../common/kubernetes-cluster-cleanup.yml
-
-- name: install addons
- hosts: _kubernetes_primary_master_
- roles:
- - role: kubernetes/addons/metrics-server