summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-media.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-12-31 01:56:36 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-12-31 01:56:36 +0100
commitb2e713108ef78c8dc0e5dca8dbf058121c54cbe8 (patch)
treecb3aa6c0400647081dedb7df61804eb5ea61e6af /inventory/host_vars/ele-media.yml
parentfinalized usb-installer and added ele-media config (diff)
fix usb-install role to support UEFI, added very basic setup for media.elevate.at
Diffstat (limited to 'inventory/host_vars/ele-media.yml')
-rw-r--r--inventory/host_vars/ele-media.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/ele-media.yml b/inventory/host_vars/ele-media.yml
index 08cb9c39..2f3b62fc 100644
--- a/inventory/host_vars/ele-media.yml
+++ b/inventory/host_vars/ele-media.yml
@@ -3,7 +3,7 @@ network:
nameservers: "{{ network_zones.lan.dns }}"
domain: "{{ host_domain }}"
primary:
- interface: enp1s0
+ interface: eno1
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.gw }}"