diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-07-04 23:26:09 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-07-04 23:26:09 +0200 |
commit | ceafa5b30eec02940c6a62526fa81c09d40b1b59 (patch) | |
tree | af076e4a9d7441cb051cafe600e85dd7274188f9 /inventory/host_vars/sk-tomnext.yml | |
parent | move usb install role to installer/debian/ (diff) | |
parent | install/preseed: convert old host configs to new partman layout (diff) |
Merge branch 'topic/preseed-configurable-disk-layout-contd'
Diffstat (limited to 'inventory/host_vars/sk-tomnext.yml')
-rw-r--r-- | inventory/host_vars/sk-tomnext.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/inventory/host_vars/sk-tomnext.yml b/inventory/host_vars/sk-tomnext.yml index 3702bd54..410a1d29 100644 --- a/inventory/host_vars/sk-tomnext.yml +++ b/inventory/host_vars/sk-tomnext.yml @@ -10,7 +10,8 @@ install: members: - /dev/nvme0n1 - /dev/nvme1n1 - root_lvm_size: 10G + system_lvm: + size: 10G network: nameservers: "{{ vm_host.network.dns }}" |