summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-calypso.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-09 03:44:38 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-11 12:52:53 +0100
commit22a81e86508821422943703dd42a8ff3a2709ba5 (patch)
treede716f4beb5eba6a8e661d96e398944851f9bcef /inventory/host_vars/ch-calypso.yml
parentfinalize harmonization of desktop and server preseed files (diff)
add test servers
Diffstat (limited to 'inventory/host_vars/ch-calypso.yml')
-rw-r--r--inventory/host_vars/ch-calypso.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-calypso.yml b/inventory/host_vars/ch-calypso.yml
new file mode 100644
index 00000000..d565c6d8
--- /dev/null
+++ b/inventory/host_vars/ch-calypso.yml
@@ -0,0 +1,22 @@
+---
+install:
+ efi: yes
+ disks:
+ primary: software-raid
+ raid:
+ level: 1
+ members:
+ - /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720805
+ - /dev/disk/by-id/ata-SAMSUNG_HD103UJ_S1PVJDWQ720811
+ system_lvm:
+ size: 20G
+
+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_