From c488fae4637e1febce59e9bc10ab2d62c9e91e6b Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 29 Jul 2020 19:02:01 +0200 Subject: s2-thethys: basic installation --- inventory/host_vars/s2-thetys.yml | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) (limited to 'inventory/host_vars/s2-thetys.yml') diff --git a/inventory/host_vars/s2-thetys.yml b/inventory/host_vars/s2-thetys.yml index c9512432..ab4ee8ed 100644 --- a/inventory/host_vars/s2-thetys.yml +++ b/inventory/host_vars/s2-thetys.yml @@ -1,8 +1,26 @@ --- -base_packages_extra_host: - - exfat-fuse - - exfat-utils - - vlan +install: + efi: true + disks: + primary: "/dev/disk/by-id/ata-TS32GMSA370_B475040161" + kernel_cmdline: + - "consoleblank=0" + +network: + nameservers: + - 9.9.9.9 + domain: "{{ host_domain }}" + primary: &_network_primary_ + name: eno1 + address: 192.168.28.202/24 + gateway: 192.168.28.254 + interfaces: + - *_network_primary_ admin_users_host: - equinox + +apt_repo_components: + - main + - contrib + - non-free ## for microcode updates -- cgit v1.2.3