summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-hyperion.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-08 23:16:09 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-08 23:16:09 +0100
commit15bdc78c65159834c9a3335c88053589535549ef (patch)
tree66e11b70bdfe8933a3ef567ac3fc765c5adb62c4 /inventory/host_vars/ch-hyperion.yml
parentpromzone chaos-at-home: upgrade prometheus components (diff)
ch-epimetheus now is a RPi CM4
Diffstat (limited to 'inventory/host_vars/ch-hyperion.yml')
-rw-r--r--inventory/host_vars/ch-hyperion.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-hyperion.yml b/inventory/host_vars/ch-hyperion.yml
new file mode 100644
index 00000000..a551242a
--- /dev/null
+++ b/inventory/host_vars/ch-hyperion.yml
@@ -0,0 +1,15 @@
+---
+install:
+ efi: true
+ disks:
+ primary: /dev/disk/by-id/ata-ADATA_SP300_1302938101000079
+
+network:
+ nameservers: "{{ network_zones.lan.dns }}"
+ domain: "{{ host_domain }}"
+ primary: &_network_primary_
+ name: enp1s0
+ address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
+ gateway: "{{ network_zones.lan.gateway }}"
+ interfaces:
+ - *_network_primary_