summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-thetys.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-thetys.yml
parentfinalize harmonization of desktop and server preseed files (diff)
add test servers
Diffstat (limited to 'inventory/host_vars/ch-thetys.yml')
-rw-r--r--inventory/host_vars/ch-thetys.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-thetys.yml b/inventory/host_vars/ch-thetys.yml
new file mode 100644
index 00000000..e0d48b1b
--- /dev/null
+++ b/inventory/host_vars/ch-thetys.yml
@@ -0,0 +1,20 @@
+---
+install:
+ efi: true
+ disks:
+ primary: "/dev/disk/by-id/ata-TS32GMSA370_B475040161"
+ kernel_cmdline:
+ - "consoleblank=0"
+
+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_
+
+admin_users_host:
+ - equinox