From 4a15feb74d6c08bd197434c28a558f8495ab1681 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 11 Jan 2021 02:37:55 +0100 Subject: add s2-mr-snuggles --- inventory/host_vars/ch-equinox-t450s.yml | 1 - inventory/host_vars/s2-mr-snuggles.yml | 74 ++++++++++++++++++++++++++++++++ 2 files changed, 74 insertions(+), 1 deletion(-) create mode 100644 inventory/host_vars/s2-mr-snuggles.yml (limited to 'inventory/host_vars') diff --git a/inventory/host_vars/ch-equinox-t450s.yml b/inventory/host_vars/ch-equinox-t450s.yml index 9c7c772c..f32ce7fe 100644 --- a/inventory/host_vars/ch-equinox-t450s.yml +++ b/inventory/host_vars/ch-equinox-t450s.yml @@ -160,7 +160,6 @@ ws_base_extra_packages: - qemu-kvm - qemu-utils - quilt - - radeontop - ragel - rdesktop - rhythmbox diff --git a/inventory/host_vars/s2-mr-snuggles.yml b/inventory/host_vars/s2-mr-snuggles.yml new file mode 100644 index 00000000..b8151728 --- /dev/null +++ b/inventory/host_vars/s2-mr-snuggles.yml @@ -0,0 +1,74 @@ +--- +preseed_language: de +preseed_country: AT +preseed_locales: + - de_AT.UTF-8 + - de_DE.UTF-8 + - en_US.UTF-8 + +preseed_no_splash: no +preseed_install_tasks: + - xubuntu-desktop + +preseed_no_netplan: yes +preseed_manual_partitioning: yes + +install: + efi: no + +install_dhcp: yes +network: + domain: "{{ host_domain }}" + primary: + name: enp0s25 + + +base_modules_blacklist: "{{ base_modules_blacklist_none }}" + +admin_users_host: + - equinox + +apt_repo_components: + - main + - restricted + - universe + - multiverse + + +ws_base_hide_ntfs_disks: + - /dev/disk/by-id/ata-SAMSUNG_MZ7PD256HCGM-000H7_S1N8NSAF827489-part1 + - /dev/disk/by-id/ata-SAMSUNG_MZ7PD256HCGM-000H7_S1N8NSAF827489-part2 + +ws_base_extra_packages: + - cpu-x + - i7z + - horst + - ipcalc + - iperf + - iperf3 + - iputils-arping + - jq + - mosh + - pv + - unrar + - wavemon + - whois + - xfce4-goodies + + +ws_minet_wired_interface_name: enp0s25 +ws_minet_wired_interface_module: e1000e + +ws_minet_wireless_interface_name: wlp3s0 +ws_minet_wireless_interface_module: iwlwifi + +ws_minet_openwifi_connections: + cityaccessWireless: + description: City Access Wireless + ssid: Cityaccess + elevateForumWireless: + description: elevate Forum Wireless + ssid: Cityaccess Forum Open + escWireless: + description: esc medienkunstlabor Wireless + ssid: esc -- cgit v1.2.3