summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-k8s-m2.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-07-04 23:26:09 +0200
committerChristian Pointner <equinox@spreadspace.org>2020-07-04 23:26:09 +0200
commitceafa5b30eec02940c6a62526fa81c09d40b1b59 (patch)
treeaf076e4a9d7441cb051cafe600e85dd7274188f9 /inventory/host_vars/ch-k8s-m2.yml
parentmove usb install role to installer/debian/ (diff)
parentinstall/preseed: convert old host configs to new partman layout (diff)
Merge branch 'topic/preseed-configurable-disk-layout-contd'
Diffstat (limited to 'inventory/host_vars/ch-k8s-m2.yml')
-rw-r--r--inventory/host_vars/ch-k8s-m2.yml43
1 files changed, 0 insertions, 43 deletions
diff --git a/inventory/host_vars/ch-k8s-m2.yml b/inventory/host_vars/ch-k8s-m2.yml
deleted file mode 100644
index 6de6fbfb..00000000
--- a/inventory/host_vars/ch-k8s-m2.yml
+++ /dev/null
@@ -1,43 +0,0 @@
----
-install:
- vm:
- memory: 4G
- numcpus: 2
- autostart: True
- disks:
- primary: /dev/sda
- scsi:
- sda:
- type: zfs
- name: root
- size: 20g
- properties:
- refreservation: none
- interfaces:
- - bridge: br-public
- name: primary0
-
-network:
- nameservers: "{{ vm_host.network.dns }}"
- domain: "{{ host_domain }}"
- systemd_link:
- interfaces: "{{ install.interfaces }}"
- primary: &_network_primary_
- name: primary0
- address: "{{ vm_host.network.bridges.public.prefix | ipaddr(vm_host.network.bridges.public.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
- gateway: "{{ vm_host.network.bridges.public.prefix | ipaddr(vm_host.network.bridges.public.offsets[vm_host.name]) | ipaddr('address') }}"
- interfaces:
- - *_network_primary_
-
-
-docker_lvm:
- vg: "{{ host_name }}"
- lv: docker
- size: 7G
- fs: ext4
-
-kubelet_lvm:
- vg: "{{ host_name }}"
- lv: kubelet
- size: 5G
- fs: ext4