summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-hroottest.yml
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 /inventory/host_vars/ch-hroottest.yml
parentpreseed/partman: add error handling @ not-enough space (diff)
remove: ch k8s cluster vms, and hroot-test, add hcloud-test
Diffstat (limited to 'inventory/host_vars/ch-hroottest.yml')
-rw-r--r--inventory/host_vars/ch-hroottest.yml60
1 files changed, 0 insertions, 60 deletions
diff --git a/inventory/host_vars/ch-hroottest.yml b/inventory/host_vars/ch-hroottest.yml
deleted file mode 100644
index 4ed4449f..00000000
--- a/inventory/host_vars/ch-hroottest.yml
+++ /dev/null
@@ -1,60 +0,0 @@
----
-install:
- cloud:
- credentials: "{{ vault_hroot_robot_account }}"
- server_name: "{{ host_name }}"
- disks:
- primary: software-raid
- raid:
- level: 1
- members:
- - /dev/sda
- - /dev/sdb
- root_lvm_size: 10G
-
-network:
- nameservers: "{{ vm_host.network.dns }}"
- domain: "{{ host_domain }}"
- interfaces:
- - name: br-public
- address: "{{ vm_host.network.bridges.public.prefix | ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
-
-
-apt_repo_components:
- - main
- - contrib ## for zfs
- - non-free ## for microcode updates
-
-
-zfs_arc_size:
- min: "{{ 1 * 1024 * 1024 * 1024 }}"
- max: "{{ 4 * 1024 * 1024 * 1024 }}"
-
-zfs_zpools:
- storage:
- mountpoint: /srv/storage
- create_vdevs: mirror /dev/disk/by-id/ata-SAMSUNG_HD753LJ_S13UJ1LS801071-part3 /dev/disk/by-id/ata-SAMSUNG_HD753LJ_S13UJ1BQ802393-part3
-
-# zfs_sanoid_modules:
-# storage/vm:
-# use_template: production
-# recursive: yes
-# process_children_only: yes
-
-docker_zfs:
- pool: storage
- name: docker
- properties:
- quota: 15G
-
-kubelet_zfs:
- pool: storage
- name: kubelet
- properties:
- quota: 15G
-
-kubernetes_version: 1.18.5
-kubernetes_container_runtime: docker
-kubernetes_standalone_max_pods: 15
-kubernetes_standalone_pod_cidr: 192.168.255.0/24
-kubernetes_standalone_cni_variant: with-portmap