summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-telesto.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-11 12:54:32 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-11 12:54:32 +0100
commitd979122bf56ef8546ef590c555ec1688fb17349c (patch)
treeceeda572e5928f8dca2771a2a8fcf68bbf550239 /inventory/host_vars/ch-telesto.yml
parentadd UHD resolutions to info-beamer config role (diff)
parentadd zfs support to new workstation/base role (diff)
Merge branch 'topic/haromnize-workstation-install'
Diffstat (limited to 'inventory/host_vars/ch-telesto.yml')
-rw-r--r--inventory/host_vars/ch-telesto.yml79
1 files changed, 79 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-telesto.yml b/inventory/host_vars/ch-telesto.yml
new file mode 100644
index 00000000..a2d94e16
--- /dev/null
+++ b/inventory/host_vars/ch-telesto.yml
@@ -0,0 +1,79 @@
+---
+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: yes
+ disks:
+ primary: software-raid
+ raid:
+ level: 1
+ members:
+ - /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720808
+ - /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720810
+ system_lvm:
+ size: 50G
+ 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_
+
+
+apt_repo_components:
+ - main
+ - restricted
+ - universe
+ - multiverse
+
+base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"
+
+admin_users_host:
+ - equinox
+
+zfs_arc_size:
+ min: 1GB
+ max: 2GB
+
+zfs_pools:
+ storage:
+ mountpoint: /srv/storage
+ create_vdevs: mirror /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720808-part4 /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720810-part4
+
+ws_base_home_zfs:
+ pool: storage
+ name: home
+ properties:
+ xattr: sa
+ compression: lz4
+ quota: 100G
+
+ws_base_extra_packages:
+ - obs-studio