summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-03-02 15:38:48 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-03-02 15:38:48 +0100
commit5b9dc5ef9f45fb53f05ce3ad52c77de7e6d4268d (patch)
tree9606b5c610a5e58ff07e504f1814a0b08475d75f /inventory
parentadded switch forum2 (diff)
disable modesetting for helene and dione
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ele-dione.yml1
-rw-r--r--inventory/host_vars/ele-helene.yml1
2 files changed, 2 insertions, 0 deletions
diff --git a/inventory/host_vars/ele-dione.yml b/inventory/host_vars/ele-dione.yml
index e6676a23..cebf5764 100644
--- a/inventory/host_vars/ele-dione.yml
+++ b/inventory/host_vars/ele-dione.yml
@@ -5,6 +5,7 @@ install:
primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NY0HC29501
kernel_cmdline:
- "consoleblank=0"
+ - "nomodeset"
network:
nameservers: "{{ network_zones.lan.dns }}"
diff --git a/inventory/host_vars/ele-helene.yml b/inventory/host_vars/ele-helene.yml
index 75868f2d..4a372119 100644
--- a/inventory/host_vars/ele-helene.yml
+++ b/inventory/host_vars/ele-helene.yml
@@ -5,6 +5,7 @@ install:
primary: /dev/disk/by-id/nvme-SAMSUNG_MZVPW256HEGL-00000_S346NB0J803346
kernel_cmdline:
- "consoleblank=0"
+ - "nomodeset"
network:
nameservers: "{{ network_zones.lan.dns }}"