summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ele-calypso.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-02-14 00:09:17 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-02-14 00:09:21 +0100
commitf06e7c3a463220d050ed617d9ce8bfef7e5a0595 (patch)
treeef6619238ba0eb9a2e0d91df1c41e8d9c3d64d78 /inventory/host_vars/ele-calypso.yml
parentsshd: make ssh-allow-any-user check nicer (diff)
added ele-calypso
Diffstat (limited to 'inventory/host_vars/ele-calypso.yml')
-rw-r--r--inventory/host_vars/ele-calypso.yml13
1 files changed, 13 insertions, 0 deletions
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 }}"