blob: 4a10338ea22069f737202fe838a9237a82bfc40b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
---
base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"
preseed_template_name: "xubuntu-eoan-desktop-with-raid"
install: {}
network:
nameservers:
- 9.9.9.9
domain: "{{ host_domain }}"
primary: &_network_primary_
name: eno1
address: 192.168.32.201/24
gateway: 192.168.32.254
interfaces:
- *_network_primary_
admin_users_host:
- equinox
|