From f06e7c3a463220d050ed617d9ce8bfef7e5a0595 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 14 Feb 2020 00:09:17 +0100 Subject: added ele-calypso --- inventory/host_vars/ele-calypso.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 inventory/host_vars/ele-calypso.yml (limited to 'inventory/host_vars/ele-calypso.yml') diff --git a/inventory/host_vars/ele-calypso.yml b/inventory/host_vars/ele-calypso.yml new file mode 100644 index 00000000..7ffdd701 --- /dev/null +++ b/inventory/host_vars/ele-calypso.yml @@ -0,0 +1,13 @@ +--- +preseed_template_name: "debian-buster-with-raid" + +install: {} + +network: + nameservers: "{{ network_zones.lan.dns }}" + domain: "{{ host_domain }}" + primary: + 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.gateway }}" -- cgit v1.2.3