summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-helene.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-11-11 12:54:32 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-11-11 12:54:32 +0100
commitd979122bf56ef8546ef590c555ec1688fb17349c (patch)
treeceeda572e5928f8dca2771a2a8fcf68bbf550239 /inventory/host_vars/ch-helene.yml
parentadd UHD resolutions to info-beamer config role (diff)
parentadd zfs support to new workstation/base role (diff)
Merge branch 'topic/haromnize-workstation-install'
Diffstat (limited to 'inventory/host_vars/ch-helene.yml')
-rw-r--r--inventory/host_vars/ch-helene.yml22
1 files changed, 22 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-helene.yml b/inventory/host_vars/ch-helene.yml
new file mode 100644
index 00000000..f35225ac
--- /dev/null
+++ b/inventory/host_vars/ch-helene.yml
@@ -0,0 +1,22 @@
+---
+install:
+ efi: true
+ disks:
+ primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NB0J803346
+ kernel_cmdline:
+ - "consoleblank=0"
+ - "nomodeset"
+
+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