summaryrefslogtreecommitdiff
path: root/spreadspace
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-03-28 18:31:19 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-03-28 18:31:19 +0200
commitca479193b3a67762c675c2fc064f2dac6dd104cf (patch)
tree5f88756c7e9fb6f1716df8a67b478eb1b208fcab /spreadspace
parentglt: some more preps for voc setup (diff)
linuxtage: prepare install playbooks for hosts to-be deployed by c3voc bundlewrap
Diffstat (limited to 'spreadspace')
-rw-r--r--spreadspace/glt-helene.yml15
-rw-r--r--spreadspace/glt-thetys.yml15
2 files changed, 12 insertions, 18 deletions
diff --git a/spreadspace/glt-helene.yml b/spreadspace/glt-helene.yml
index 03503c0d..6425846e 100644
--- a/spreadspace/glt-helene.yml
+++ b/spreadspace/glt-helene.yml
@@ -8,13 +8,10 @@
- role: core/zsh
- role: core/ntp
- role: core/cpu-microcode
- post_tasks:
- - name: add admin users
- user:
- name: voc
- state: present
+ - role: streaming/c3voc/base
- - name: install sudo
- apt:
- name: sudo
- state: present
+### finalize using c3voc bundlewrap repo: https://github.com/voc/cm
+# git clone https://github.com/voc/cm.git
+# cd cm/bundlewrap
+# bw run encoder-glt true
+# bw apply encoder-glt
diff --git a/spreadspace/glt-thetys.yml b/spreadspace/glt-thetys.yml
index 296ac929..55ab206f 100644
--- a/spreadspace/glt-thetys.yml
+++ b/spreadspace/glt-thetys.yml
@@ -8,13 +8,10 @@
- role: core/zsh
- role: core/ntp
- role: core/cpu-microcode
- post_tasks:
- - name: add admin users
- user:
- name: voc
- state: present
+ - role: streaming/c3voc/base
- - name: install sudo
- apt:
- name: sudo
- state: present
+### finalize using c3voc bundlewrap repo: https://github.com/voc/cm
+# git clone https://github.com/voc/cm.git
+# cd cm/bundlewrap
+# bw run mixer-glt true
+# bw apply mixer-glt