aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-12-05 11:27:32 +0100
committerbinary <me@rgoncalves.se>2020-12-05 11:27:32 +0100
commite7c814241c3d67f6a39f635e39e9035b04bf77be (patch)
tree971edca139ce149b83b0a527a106036043ba29f6 /host_vars
parent10146429f96478f8f243727d7cdb23a3fd9e046d (diff)
downloadold-infrastructure-e7c814241c3d67f6a39f635e39e9035b04bf77be.tar.gz
Use only one disk
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/stack0.yml9
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
remember that computers suck.