summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-ymir.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-16 01:12:20 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-16 01:12:20 +0100
commit1c37610d9caae39319c16154f5b23c7929555f9d (patch)
treeb4ee19256a4e93120bb6fc5d8805b546c08ce9bc /inventory/host_vars/ch-ymir.yml
parentsome minor clenups (diff)
add new host ch-ymir
Diffstat (limited to 'inventory/host_vars/ch-ymir.yml')
-rw-r--r--inventory/host_vars/ch-ymir.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-ymir.yml b/inventory/host_vars/ch-ymir.yml
new file mode 100644
index 00000000..3074ae0f
--- /dev/null
+++ b/inventory/host_vars/ch-ymir.yml
@@ -0,0 +1,17 @@
+---
+install:
+ efi: true
+ disks:
+ primary: /dev/disk/by-id/ata-ST500LM021-1KJ152_W6267JP4
+ kernel_cmdline:
+ - "consoleblank=0"
+
+network:
+ nameservers: "{{ network_zones.lan.dns }}"
+ domain: "{{ host_domain }}"
+ primary: &_network_primary_
+ name: eno1
+ address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
+ gateway: "{{ network_zones.lan.gateway }}"
+ interfaces:
+ - *_network_primary_