diff options
author | binary <me@rgoncalves.se> | 2020-12-05 11:27:32 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-12-05 11:27:32 +0100 |
commit | e7c814241c3d67f6a39f635e39e9035b04bf77be (patch) | |
tree | 971edca139ce149b83b0a527a106036043ba29f6 /host_vars | |
parent | 10146429f96478f8f243727d7cdb23a3fd9e046d (diff) | |
download | infrastructure-e7c814241c3d67f6a39f635e39e9035b04bf77be.tar.gz |
Use only one disk
Diffstat (limited to 'host_vars')
-rw-r--r-- | host_vars/stack0.yml | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/host_vars/stack0.yml b/host_vars/stack0.yml index a135358..688f048 100644 --- a/host_vars/stack0.yml +++ b/host_vars/stack0.yml @@ -17,22 +17,19 @@ vms: image: alpine memory: 8G cpu: 4 - disks: - - { id: 0, size: "16G" } + disk: "16G" - name: vm1 image: alpine memory: 4G cpu: 2 - disks: - - { id: 0, size: "16G" } + disk: "16G" - name: vm2 image: openbsd memory: 4G cpu: 2 - disks: - - { id: 0, size: "4G" } + disk: "16G" hypervisor: interface: bnx0 |