summaryrefslogtreecommitdiff
path: root/inventory/host_vars/lw-telesto.yml
blob: eb412945bf11c58ee59872bbcb1dc1d490ac7790 (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:
    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 }}"