diff options
author | Christian Pointner <equinox@spreadspace.org> | 2020-07-03 02:01:24 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2020-07-03 02:01:24 +0200 |
commit | 786d31170abb926496e2a8964157e474c2b32b2d (patch) | |
tree | 7aa6c6577e6bd582221909dc85c2bc364ff49ae4 /inventory/host_vars/ch-hroottest-vm1.yml | |
parent | fix bar-variable warning (diff) | |
parent | use new preseed config in some hosts (diff) |
Merge branch 'topic/preseed-configurable-disk-layout'
Diffstat (limited to 'inventory/host_vars/ch-hroottest-vm1.yml')
-rw-r--r-- | inventory/host_vars/ch-hroottest-vm1.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inventory/host_vars/ch-hroottest-vm1.yml b/inventory/host_vars/ch-hroottest-vm1.yml index 4f9e7e82..a7f45252 100644 --- a/inventory/host_vars/ch-hroottest-vm1.yml +++ b/inventory/host_vars/ch-hroottest-vm1.yml @@ -1,8 +1,8 @@ --- install: vm: - mem: 4096 - numcpu: 4 + memory: 4G + numcpus: 4 autostart: True disks: primary: /dev/sda |