summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-helene.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-10 23:48:45 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-11 12:53:05 +0100
commit473b86a64c623f6b9d4365fb274a73db871f981c (patch)
treeba5b54d7678f3c3a104d867fc0ae002433026295 /inventory/host_vars/ele-helene.yml
parentadd test servers (diff)
harmoize some host_vars
Diffstat (limited to 'inventory/host_vars/ele-helene.yml')
-rw-r--r--inventory/host_vars/ele-helene.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/inventory/host_vars/ele-helene.yml b/inventory/host_vars/ele-helene.yml
index a28eccf2..a5418e56 100644
--- a/inventory/host_vars/ele-helene.yml
+++ b/inventory/host_vars/ele-helene.yml
@@ -9,7 +9,7 @@ install:
network:
nameservers: "{{ network_zones.lan.dns }}"
- domain: spreadspace.org
+ domain: "{{ host_domain }}"
primary: &_network_primary_
name: eno1
address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
@@ -17,6 +17,7 @@ network:
interfaces:
- *_network_primary_
+
base_packages_extra_host:
- exfat-fuse
- exfat-utils