summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--chaos-at-home/ch-hyperion.yml20
-rw-r--r--inventory/group_vars/chaos-at-home/network.yml1
-rw-r--r--inventory/host_vars/ch-hyperion.yml5
-rw-r--r--inventory/hosts.ini1
4 files changed, 26 insertions, 1 deletions
diff --git a/chaos-at-home/ch-hyperion.yml b/chaos-at-home/ch-hyperion.yml
new file mode 100644
index 00000000..e9d4867b
--- /dev/null
+++ b/chaos-at-home/ch-hyperion.yml
@@ -0,0 +1,20 @@
+---
+- name: Basic Setup
+ hosts: ch-hyperion
+ roles:
+ - role: apt-repo/base
+ - role: core/base
+ - role: core/sshd/base
+ - role: core/zsh
+ - role: core/ntp
+
+- name: Payload Setup
+ hosts: ch-hyperion
+ roles:
+ - role: streaming/blackmagic/desktopvideo
+ post_tasks:
+ - name: install alsa packages
+ apt:
+ name:
+ - alsa-utils
+ - alsa-tools
diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml
index 2d625186..ad2be6f6 100644
--- a/inventory/group_vars/chaos-at-home/network.yml
+++ b/inventory/group_vars/chaos-at-home/network.yml
@@ -20,6 +20,7 @@ network_zones:
ch-thetys: 22
ch-dione: 23
ch-helene: 24
+ ch-hyperion: 25
ch-hpws-maxi: 30
ch-hpws-mini1: 31
ch-alix1d: 32
diff --git a/inventory/host_vars/ch-hyperion.yml b/inventory/host_vars/ch-hyperion.yml
index a551242a..b5304c78 100644
--- a/inventory/host_vars/ch-hyperion.yml
+++ b/inventory/host_vars/ch-hyperion.yml
@@ -2,7 +2,8 @@
install:
efi: true
disks:
- primary: /dev/disk/by-id/ata-ADATA_SP300_1302938101000079
+# primary: /dev/disk/by-id/ata-ADATA_SP300_1302938101000079
+ primary: /dev/disk/by-id/ata-KINGSTON_SMS200S360G_50026B7244002329
network:
nameservers: "{{ network_zones.lan.dns }}"
@@ -13,3 +14,5 @@ network:
gateway: "{{ network_zones.lan.gateway }}"
interfaces:
- *_network_primary_
+
+base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"
diff --git a/inventory/hosts.ini b/inventory/hosts.ini
index 8e41304d..81aaae12 100644
--- a/inventory/hosts.ini
+++ b/inventory/hosts.ini
@@ -52,6 +52,7 @@ ch-calypso host_name=calypso
ch-thetys host_name=thetys
ch-dione host_name=dione
ch-helene host_name=helene
+ch-hyperion host_name=hyperion
ch-k8s-ctrl host_name=k8s-ctrl
ch-hpws-maxi
ch-hpws-mini1