summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chaos-at-home/ch-hyperion.yml12
-rw-r--r--inventory/host_vars/ch-hyperion.yml56
2 files changed, 61 insertions, 7 deletions
diff --git a/chaos-at-home/ch-hyperion.yml b/chaos-at-home/ch-hyperion.yml
index e9d4867b..b0c97ee0 100644
--- a/chaos-at-home/ch-hyperion.yml
+++ b/chaos-at-home/ch-hyperion.yml
@@ -7,14 +7,14 @@
- role: core/sshd/base
- role: core/zsh
- role: core/ntp
+ - role: core/cpu-microcode
- name: Payload Setup
hosts: ch-hyperion
roles:
+ - role: apt-repo/obs-studio
+ - role: apt-repo/spreadspace
+ - role: ws/base
+ - role: core/admin-users
- role: streaming/blackmagic/desktopvideo
- post_tasks:
- - name: install alsa packages
- apt:
- name:
- - alsa-utils
- - alsa-tools
+ - role: streaming/blackmagic/mediaexpress
diff --git a/inventory/host_vars/ch-hyperion.yml b/inventory/host_vars/ch-hyperion.yml
index b5304c78..30c03003 100644
--- a/inventory/host_vars/ch-hyperion.yml
+++ b/inventory/host_vars/ch-hyperion.yml
@@ -1,18 +1,72 @@
---
+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:
efi: true
disks:
# primary: /dev/disk/by-id/ata-ADATA_SP300_1302938101000079
primary: /dev/disk/by-id/ata-KINGSTON_SMS200S360G_50026B7244002329
+ 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: 20G
+ filesystem: ext4
+ mountpoint: /home
+ kernel_cmdline:
+ - "consoleblank=0"
+
network:
nameservers: "{{ network_zones.lan.dns }}"
domain: "{{ host_domain }}"
primary: &_network_primary_
- name: enp1s0
+ name: enp6s0
address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
gateway: "{{ network_zones.lan.gateway }}"
interfaces:
- *_network_primary_
+
base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"
+
+admin_users_host:
+ - equinox
+
+apt_repo_components:
+ - main
+ - restricted
+ - universe
+ - multiverse
+
+
+
+ws_base_extra_packages:
+ # needs apt-repo/obs-studio
+ - obs-studio
+
+# ws_base_lightdm_defaults:
+# autologin-user: elevate
+# autologin-user-timeout: 0
+
+
+blackmagic_desktopvideo_version: 12.2.2a6
+blackmagic_desktopvideo_include_gui: yes
+
+blackmagic_mediaexpress_version: 3.7a7