summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-hpws-mini2.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory/host_vars/ele-hpws-mini2.yml')
-rw-r--r--inventory/host_vars/ele-hpws-mini2.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/inventory/host_vars/ele-hpws-mini2.yml b/inventory/host_vars/ele-hpws-mini2.yml
index b672a9b2..d63dec3e 100644
--- a/inventory/host_vars/ele-hpws-mini2.yml
+++ b/inventory/host_vars/ele-hpws-mini2.yml
@@ -44,6 +44,8 @@ network:
domain: "{{ host_domain }}"
primary: &_network_primary_
name: eno1
+ address: "{{ network_zones.guest.prefix | ipaddr(network_zones.guest.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
+ gateway: "{{ network_zones.guest.gateway }}"
interfaces:
- *_network_primary_
@@ -59,5 +61,6 @@ base_modules_blacklist: "{{ base_modules_blacklist_all_but_sound }}"
admin_users_host:
- equinox
-ws_base_extra_packages:
- - mpv
+ws_base_lightdm_defaults:
+ autologin-user: player
+ autologin-user-timeout: 0