From bdc31cb021b36e5d3023d8892523a3ec3a1647dd Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 7 Mar 2021 23:39:39 +0100 Subject: add host ch-mc --- inventory/host_vars/ch-mc.yml | 65 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 inventory/host_vars/ch-mc.yml (limited to 'inventory/host_vars/ch-mc.yml') diff --git a/inventory/host_vars/ch-mc.yml b/inventory/host_vars/ch-mc.yml new file mode 100644 index 00000000..a91639d1 --- /dev/null +++ b/inventory/host_vars/ch-mc.yml @@ -0,0 +1,65 @@ +--- +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 + + +install: + efi: no + disks: + primary: "/dev/disk/by-id/ata-OCZ-VERTEX2_OCZ-B7P98I86F4PC14I7" + 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 + +network: + nameservers: "{{ network_zones.lan.dns }}" + domain: "{{ host_domain }}" + primary: &_network_primary_ + name: eno1 + address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}" + gateway: "{{ network_zones.lan.gateway }}" + interfaces: + - *_network_primary_ + + +base_modules_blacklist: "{{ base_modules_blacklist_none }}" + +apt_repo_components: + - main + - restricted + - universe + - multiverse + + +ws_base_extra_packages: + - nfs-common + # needs apt-repo/kodi + - kodi + - kodi-inputstream-rtmp + - kodi-inputstream-adaptive + +ws_base_lightdm_defaults: + autologin-user: equinox + autologin-user-timeout: 0 + +ws_users: + - equinox -- cgit v1.2.3