diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-05-02 21:32:03 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-05-02 21:32:03 +0200 |
commit | 198c69b9a2f21d85d7ec4acb3c391203b1ec2f9f (patch) | |
tree | 4e3f1cf7b136596297d09af847ffbb722c0a6148 /inventory/host_vars | |
parent | lwl k8s: add node 03 (diff) |
add new workstation
Diffstat (limited to 'inventory/host_vars')
-rw-r--r-- | inventory/host_vars/ch-equinox-ws.yml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-equinox-ws.yml b/inventory/host_vars/ch-equinox-ws.yml new file mode 100644 index 00000000..dd16fe21 --- /dev/null +++ b/inventory/host_vars/ch-equinox-ws.yml @@ -0,0 +1,27 @@ +--- +preseed_template_name: "xubuntu-focal-desktop" + +install: + efi: true + disks: + primary: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_1TB_S462NF0MA04112K + +network: + nameservers: "{{ network_zones.lan.dns }}" + domain: "{{ host_domain }}" + primary: + interface: enp8s0 + ip: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address') }}" + mask: "{{ network_zones.lan.prefix | ipaddr('netmask') }}" + gateway: "{{ network_zones.lan.gateway }}" + + +base_modules_blacklist: "{{ base_modules_blacklist_none }}" + +admin_user_host: +- "{{ equinox_user }}" + +ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}" + +ubuntu_ws_root_fs_size: 30G +ubuntu_ws_home_fs_size: 200G |