summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-epimetheus.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-12-18 21:11:58 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-12-18 21:11:58 +0100
commit0f77ed2071e9b41a2eea1cf42df41998e52f8263 (patch)
tree61e1024863e5cf6f767bda9167f1a85da69c41d2 /inventory/host_vars/ch-epimetheus.yml
parentws/base: hide ntfs disks (diff)
add host ch-epimetheus
Diffstat (limited to 'inventory/host_vars/ch-epimetheus.yml')
-rw-r--r--inventory/host_vars/ch-epimetheus.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-epimetheus.yml b/inventory/host_vars/ch-epimetheus.yml
new file mode 100644
index 00000000..6339db15
--- /dev/null
+++ b/inventory/host_vars/ch-epimetheus.yml
@@ -0,0 +1,15 @@
+---
+install:
+ efi: true
+ disks:
+ primary: "/dev/disk/by-id/ata-KINGSTON_SMS200S360G_50026B7244002329"
+
+network:
+ nameservers: "{{ network_zones.lan.dns }}"
+ domain: "{{ host_domain }}"
+ primary: &_network_primary_
+ name: eno1
+ address: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets[inventory_hostname]) | ipaddr('address/prefix') }}"
+ gateway: "{{ network_zones.lan.gateway }}"
+ interfaces:
+ - *_network_primary_