diff options
author | Christian Pointner <equinox@spreadspace.org> | 2023-01-23 15:06:04 +0100 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2023-01-23 15:06:04 +0100 |
commit | f7b3e8fb50d6cbfa4da2d9235779c9cf2ed7e565 (patch) | |
tree | a119582b88c70dd0e70899c9c8501814c8802615 | |
parent | ch-testvm-prometheus: remove old host_vars (diff) |
ch-ymir: new disk
-rw-r--r-- | inventory/host_vars/ch-ymir.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-ymir.yml b/inventory/host_vars/ch-ymir.yml index 3074ae0f..8ef5c8ea 100644 --- a/inventory/host_vars/ch-ymir.yml +++ b/inventory/host_vars/ch-ymir.yml @@ -2,7 +2,7 @@ install: efi: true disks: - primary: /dev/disk/by-id/ata-ST500LM021-1KJ152_W6267JP4 + primary: /dev/disk/by-id/ata-OCZ-VERTEX3_OCZ-H6D2708RV4L6CNY8 kernel_cmdline: - "consoleblank=0" |