summaryrefslogtreecommitdiff
path: root/inventory/host_vars/s2-dione.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/s2-dione.yml')
-rw-r--r--inventory/host_vars/s2-dione.yml34
1 files changed, 0 insertions, 34 deletions
diff --git a/inventory/host_vars/s2-dione.yml b/inventory/host_vars/s2-dione.yml
deleted file mode 100644
index aed070dc..00000000
--- a/inventory/host_vars/s2-dione.yml
+++ /dev/null
@@ -1,34 +0,0 @@
----
-install_interface: eno1
-install_dhcp: true
-
-install:
- efi: true
- disks:
- primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NY0HC29501
-
-network:
- domain: spreadspace.org
-
-
-base_packages_extra_host:
- - exfat-fuse
- - exfat-utils
- - vlan
-
-admin_users_host:
- - equinox
-
-docker_storage:
- type: lvm
- vg: "{{ host_name }}"
- lv: docker
- size: 15G
- fs: ext4
-
-kubelet_storage:
- type: lvm
- vg: "{{ host_name }}"
- lv: kubelet
- size: 10G
- fs: ext4