diff options
author | binary <me@rgoncalves.se> | 2020-11-24 18:18:29 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-24 18:18:29 +0100 |
commit | beef4995064888e8193731e77eb718fbff0916f2 (patch) | |
tree | 383255388bc5f7eb2d95a2667eed546e8a23c9ab /host_vars | |
parent | 3f150dc61d4f04919c16220baad1e8b48824ed5e (diff) | |
download | infrastructure-beef4995064888e8193731e77eb718fbff0916f2.tar.gz |
Bind real disk from raid.
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/stack0.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/host_vars/stack0.yml b/host_vars/stack0.yml index 544fede..4a072e2 100644 --- a/host_vars/stack0.yml +++ b/host_vars/stack0.yml @@ -25,7 +25,8 @@ vms: memory: 4G cpu: 2 disks: - - { size: "16G" } + - { id: 0, size: "16G" } + - { id: 1, path: "/dev/mfid1" } - name: vm2 image: openbsd |