diff options
-rw-r--r-- | inventory/group_vars/chaos-at-home/network.yml | 1 | ||||
-rw-r--r-- | inventory/host_vars/ch-tarvos.yml | 19 | ||||
-rw-r--r-- | inventory/hosts.ini | 1 |
3 files changed, 21 insertions, 0 deletions
diff --git a/inventory/group_vars/chaos-at-home/network.yml b/inventory/group_vars/chaos-at-home/network.yml index 280e85ef..b13dc28a 100644 --- a/inventory/group_vars/chaos-at-home/network.yml +++ b/inventory/group_vars/chaos-at-home/network.yml @@ -22,6 +22,7 @@ network_zones: ch-helene: 24 ch-hyperion: 25 ch-ymir: 26 + ch-tarvos: 27 ch-hpws-maxi: 30 ch-hpws-mini1: 31 ch-alix1d: 32 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_ diff --git a/inventory/hosts.ini b/inventory/hosts.ini index c55b5325..95ee017d 100644 --- a/inventory/hosts.ini +++ b/inventory/hosts.ini @@ -54,6 +54,7 @@ ch-dione host_name=dione ch-helene host_name=helene ch-hyperion host_name=hyperion ch-ymir host_name=ymir +ch-tarvos host_name=tarvos ch-k8s-ctrl host_name=k8s-ctrl ch-hpws-maxi ch-hpws-mini1 |