summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-media.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2018-12-31 00:21:52 +0100
committerChristian Pointner <equinox@spreadspace.org>2018-12-31 00:21:52 +0100
commit5dd6a74cd24f370576b0f7f06c4775f540cd9418 (patch)
tree19acc0952c4751923fad9ad129c13defc23f7df9 /inventory/host_vars/ele-media.yml
parentadded mixer vlan to router (diff)
finalized usb-installer and added ele-media config
Diffstat (limited to 'inventory/host_vars/ele-media.yml')
-rw-r--r--inventory/host_vars/ele-media.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-media.yml b/inventory/host_vars/ele-media.yml
new file mode 100644
index 00000000..08cb9c39
--- /dev/null
+++ b/inventory/host_vars/ele-media.yml
@@ -0,0 +1,13 @@
+---
+network:
+ nameservers: "{{ network_zones.lan.dns }}"
+ domain: "{{ host_domain }}"
+ primary:
+ interface: enp1s0
+ 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 }}"
+
+install:
+ disks:
+ primary: sda