summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-tarvos.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-01-19 23:16:26 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-01-19 23:16:26 +0100
commit96138a833e2258c3232cf8123525c1d5a7b3b1c5 (patch)
tree176a9decb899055a4d314d4e8e0f289d06f2fd96 /inventory/host_vars/ch-tarvos.yml
parentsk-2019: nvme drive replacement (diff)
add host ch-tarvos
Diffstat (limited to 'inventory/host_vars/ch-tarvos.yml')
-rw-r--r--inventory/host_vars/ch-tarvos.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-tarvos.yml b/inventory/host_vars/ch-tarvos.yml
new file mode 100644
index 00000000..af416c1d
--- /dev/null
+++ b/inventory/host_vars/ch-tarvos.yml
@@ -0,0 +1,19 @@
+---
+install:
+ disks:
+ primary: /dev/disk/by-id/nvme-Samsung_SSD_970_PRO_512GB_S5JYNC0N310327Y
+ kernel_cmdline:
+ - "consoleblank=0"
+
+
+install_dhcp: yes
+
+network:
+ nameservers: "{{ network_zones.lan.dns }}"
+ domain: "{{ host_domain }}"
+ primary: &_network_primary_
+ name: enp0s31f6
+ address: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets[inventory_hostname]) }}"
+ gateway: "{{ network_zones.lan.gateway }}"
+ interfaces:
+ - *_network_primary_