summaryrefslogtreecommitdiff
path: root/inventory
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
parentws/base: hide ntfs disks (diff)
add host ch-epimetheus
Diffstat (limited to 'inventory')
-rw-r--r--inventory/group_vars/chaos-at-home/network.yml1
-rw-r--r--inventory/host_vars/ch-epimetheus.yml15
-rw-r--r--inventory/hosts.ini1
3 files changed, 17 insertions, 0 deletions
diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml
index 4fb10e61..85bac426 100644
--- a/inventory/group_vars/chaos-at-home/network.yml
+++ b/inventory/group_vars/chaos-at-home/network.yml
@@ -19,6 +19,7 @@ network_zones:
ch-dione: 23
ch-helene: 24
ch-prometheus: 200
+ ch-epimetheus: 201
ch-gw-lan: 254
#############
## legacy stuff
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_
diff --git a/inventory/hosts.ini b/inventory/hosts.ini
index fb8f1042..7c5385c2 100644
--- a/inventory/hosts.ini
+++ b/inventory/hosts.ini
@@ -27,6 +27,7 @@ ch-imap-proxy host_name=imap-proxy
ch-auth-legacy host_name=auth
ch-prometheus-legacy host_name=prometheus
ch-testvm-prometheus host_name=testvm-prometheus
+ch-epimetheus host_name=epimetheus
ch-atlas host_name=atlas
ch-pan host_name=pan
ch-keyserver host_name=keyserver