summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2022-08-07 00:05:54 +0200
committerChristian Pointner <equinox@spreadspace.org>2022-08-07 00:05:54 +0200
commit09607f6b2a8bf2f825ab254be8e07e859f086720 (patch)
tree632ce0e5f09b9f850d660af50d9b0c67b1b98c27 /inventory/host_vars
parentch-prometheus: new nvme disk (diff)
ele-helene: add vm-host
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/ch-equinox-t450s.yml1
-rw-r--r--inventory/host_vars/ch-equinox-ws.yml1
-rw-r--r--inventory/host_vars/ele-helene.yml8
-rw-r--r--inventory/host_vars/ele-winvm.yml14
4 files changed, 24 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml
index 331b9995..d1aafc0e 100644
--- a/inventory/host_vars/ch-equinox-t450s.yml
+++ b/inventory/host_vars/ch-equinox-t450s.yml
@@ -213,6 +213,7 @@ ws_base_extra_packages:
- signing-party
- sigrok-cli
- socat
+ - spice-client-gtk
- sqlite3
- sshfs
- stlink-tools
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml
index 24235d83..3a322764 100644
--- a/inventory/host_vars/ch-equinox-ws.yml
+++ b/inventory/host_vars/ch-equinox-ws.yml
@@ -214,6 +214,7 @@ ws_base_extra_packages:
- signing-party
- sigrok-cli
- socat
+ - spice-client-gtk
- sqlite3
- sshfs
- steam
diff --git a/inventory/host_vars/ele-helene.yml b/inventory/host_vars/ele-helene.yml
index cd0ab0d2..de421237 100644
--- a/inventory/host_vars/ele-helene.yml
+++ b/inventory/host_vars/ele-helene.yml
@@ -38,6 +38,14 @@ ntp_client:
options: iburst
+installer_storage:
+ type: lvm
+ vg: "{{ host_name }}"
+ lv: installer
+ size: 10G
+ fs: ext4
+
+
prometheus_exporter_node_textfile_collector_scripts:
- deleted-libraries
- smartmon
diff --git a/inventory/host_vars/ele-winvm.yml b/inventory/host_vars/ele-winvm.yml
new file mode 100644
index 00000000..16c3d125
--- /dev/null
+++ b/inventory/host_vars/ele-winvm.yml
@@ -0,0 +1,14 @@
+---
+install:
+ vm:
+ memory: 16G
+ numcpus: 8
+ autostart: True
+ disks:
+ primary: /dev/sda
+ scsi:
+ sda:
+ type: lvm
+ vg: "{{ hostvars[vm_host.name].host_name }}"
+ lv: "vm_{{ inventory_hostname }}_system"
+ size: 50g