blob: 25b0c4035acb990e2fe93382347a4fed343dede8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
---
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:
interface: eno1
ip: 192.168.32.201
mask: 255.255.255.0
gateway: 192.168.32.254
admin_user_host:
- "{{ equinox_user }}"
ssh_allowusers_host: "{{ admin_user_host | map(attribute='name') | list }}"
|