summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-02-23 18:59:53 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-02-23 18:59:53 +0100
commiteca91e4cf57719bb3b70c59ff373e7211924d5cc (patch)
tree2cb7559d362ecffa6825473fe9f1053885fa11f7 /inventory
parentelevate: update prometheus components and add ele-ymir, ele-hyperion (diff)
elevate: install ele-tarvos
Diffstat (limited to 'inventory')
-rw-r--r--inventory/group_vars/elevate-festival/vars.yml2
-rw-r--r--inventory/host_vars/ch-tarvos.yml4
-rw-r--r--inventory/host_vars/ele-tarvos.yml69
-rw-r--r--inventory/hosts.ini1
4 files changed, 73 insertions, 3 deletions
diff --git a/inventory/group_vars/elevate-festival/vars.yml b/inventory/group_vars/elevate-festival/vars.yml
index 6f731e1c..df2e7722 100644
--- a/inventory/group_vars/elevate-festival/vars.yml
+++ b/inventory/group_vars/elevate-festival/vars.yml
@@ -19,6 +19,7 @@ network_zones:
ele-telesto: 205
ele-hyperion: 206
ele-ymir: 207
+ ele-tarvos: 208
ele-winvm: 209
ele-tsdatacop: 210
ele-hpws-maxi: 211
@@ -51,6 +52,7 @@ network_zones:
ele-telesto: 205
ele-hyperion: 206
ele-ymir: 207
+ ele-tarvos: 208
ele-tsdatacop: 210
ele-hpws-maxi: 211
ele-hpws-mini1: 212
diff --git a/inventory/host_vars/ch-tarvos.yml b/inventory/host_vars/ch-tarvos.yml
index 1d2c6fa4..f92255b3 100644
--- a/inventory/host_vars/ch-tarvos.yml
+++ b/inventory/host_vars/ch-tarvos.yml
@@ -57,9 +57,7 @@ base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"
admin_users_host:
- equinox
-ws_base_extra_packages:
- # needs apt-repo/obs-studio
- - obs-studio
+# ws_base_extra_packages: []
# ws_base_lightdm_defaults:
# autologin-user: operator
diff --git a/inventory/host_vars/ele-tarvos.yml b/inventory/host_vars/ele-tarvos.yml
new file mode 100644
index 00000000..0618275f
--- /dev/null
+++ b/inventory/host_vars/ele-tarvos.yml
@@ -0,0 +1,69 @@
+---
+ubuntu_autoinstall_locale: de_AT
+ubuntu_autoinstall_keyboard_layout: de
+ubuntu_autoinstall_keyboard_variant: nodeadkeys
+ubuntu_autoinstall_timezone: Europe/Vienna
+
+ubuntu_autoinstall_desktop: xubuntu
+
+install:
+ disks:
+ primary: /dev/disk/by-id/ata-Samsung_SSD_850_PRO_128GB_S1SMNSAG201847J
+ system_lvm:
+ volumes:
+ - name: root
+ size: 20G
+ filesystem: ext4
+ mountpoint: /
+ - name: var+log
+ size: 768M
+ filesystem: ext4
+ mountpoint: /var/log
+ mount_options:
+ - noatime
+ - nodev
+ - noexec
+ - name: home
+ size: 50G
+ filesystem: ext4
+ mountpoint: /home
+ kernel_cmdline:
+ - "consoleblank=0"
+
+network:
+ nameservers: "{{ network_zones.lan.dns }}"
+ domain: "{{ host_domain }}"
+ primary: &_network_primary_
+ name: enp0s31f6
+ address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
+ gateway: "{{ network_zones.lan.gateway }}"
+ interfaces:
+ - *_network_primary_
+
+
+apt_repo_components:
+ - main
+ - restricted
+ - universe
+ - multiverse
+
+base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"
+
+admin_users_host:
+ - equinox
+
+
+ws_base_extra_packages:
+ - chromium-browser
+
+ws_base_lightdm_defaults:
+ autologin-user: elevate
+ autologin-user-timeout: 0
+
+# ws_base_xrandr_setup_script: |
+# #!/bin/bash
+#
+# xrandr --output DP-1 --mode 1920x1080 --primary
+# xrandr --output HDMI-1 --mode 1920x1080 --rate 50 --right-of DP-1
+#
+# exit 0
diff --git a/inventory/hosts.ini b/inventory/hosts.ini
index 1a6c28e6..ed3d83bd 100644
--- a/inventory/hosts.ini
+++ b/inventory/hosts.ini
@@ -201,6 +201,7 @@ ele-dione host_name=dione host_domain=elev8.at
ele-helene host_name=helene
ele-hyperion host_name=hyperion
ele-ymir host_name=ymir
+ele-tarvos host_name=tarvos
ele-tsdatacop host_name=tsdatacop
ele-hpws-maxi host_name=hpws-maxi
ele-hpws-mini1 host_name=hpws-mini1