From ca479193b3a67762c675c2fc064f2dac6dd104cf Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Tue, 28 Mar 2023 18:31:19 +0200 Subject: linuxtage: prepare install playbooks for hosts to-be deployed by c3voc bundlewrap --- inventory/group_vars/glt-c3voc/vars.yml | 9 +++++++++ inventory/host_vars/glt-helene.yml | 4 +--- inventory/host_vars/glt-thetys.yml | 5 ----- inventory/hosts.ini | 15 +++++++++++++-- 4 files changed, 23 insertions(+), 10 deletions(-) create mode 100644 inventory/group_vars/glt-c3voc/vars.yml (limited to 'inventory') diff --git a/inventory/group_vars/glt-c3voc/vars.yml b/inventory/group_vars/glt-c3voc/vars.yml new file mode 100644 index 00000000..9a0239d9 --- /dev/null +++ b/inventory/group_vars/glt-c3voc/vars.yml @@ -0,0 +1,9 @@ +--- +zsh_banner: linuxtage + +ssh_users_root: + - equinox + - kunsi + +sshd_allowusers_group: + - voc diff --git a/inventory/host_vars/glt-helene.yml b/inventory/host_vars/glt-helene.yml index d19b6fbf..bc734a19 100644 --- a/inventory/host_vars/glt-helene.yml +++ b/inventory/host_vars/glt-helene.yml @@ -26,6 +26,4 @@ apt_repo_components: - non-free ## for microcode updates -ssh_users_root: - - equinox - - kunsi +c3voc_video_disk: /dev/disk/by-id/ata-WDC_WD30EFRX-68EUZN0_WD-WCC4N6ZP3KFJ diff --git a/inventory/host_vars/glt-thetys.yml b/inventory/host_vars/glt-thetys.yml index 315da1dd..1b0e582f 100644 --- a/inventory/host_vars/glt-thetys.yml +++ b/inventory/host_vars/glt-thetys.yml @@ -23,8 +23,3 @@ apt_repo_components: - main - contrib - non-free ## for microcode updates - - -ssh_users_root: - - equinox - - kunsi diff --git a/inventory/hosts.ini b/inventory/hosts.ini index d997df97..ae0e208f 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -156,16 +156,27 @@ glt-stream host_name=stream [glt-live-r3] glt-gw-r3 host_name=gw-r3 glt-dione host_name=dione -glt-helene host_name=helene ansible_port=22 +#glt-helene host_name=helene glt-calypso host_name=calypso glt-telesto host_name=telesto glt-tsdatacop host_name=tsdatacop -glt-thetys host_name=thetys ansible_port=22 +#glt-thetys host_name=thetys [glt-live-tug] glt-gw-tug host_name=gw-tug +[glt-c3voc:vars] +host_domain=lan.c3voc.de +env_group=spreadspace +ansible_port=22 + +[glt-c3voc] +glt-helene host_name=encoder-glt +glt-thetys host_name=mixer-glt + + + ############################### # environment: dan -- cgit v1.2.3