summaryrefslogtreecommitdiff
path: root/inventory/host_vars
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2019-02-02 05:03:52 +0100
committerChristian Pointner <equinox@spreadspace.org>2019-02-02 05:03:52 +0100
commit2b149ce4942b028ec601706b5ed4cf73d94cd05d (patch)
tree763036f0d84391faaad4f1f41e05054d39c855c8 /inventory/host_vars
parentfix preseed syntax (diff)
telesto installation for elevate
Diffstat (limited to 'inventory/host_vars')
-rw-r--r--inventory/host_vars/telesto.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/inventory/host_vars/telesto.yml b/inventory/host_vars/telesto.yml
index 8105a76b..585ac50e 100644
--- a/inventory/host_vars/telesto.yml
+++ b/inventory/host_vars/telesto.yml
@@ -1,8 +1,20 @@
---
+preseed_template_name: "xubuntu-cosmic-desktop-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.gw }}"
+
base_packages_extra_host:
- exfat-fuse
- exfat-utils
-- vlan
admin_user_host:
- "{{ equinox_user }}"