aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars/stack0.yml
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars/stack0.yml')
-rw-r--r--host_vars/stack0.yml9
1 files changed, 6 insertions, 3 deletions
diff --git a/host_vars/stack0.yml b/host_vars/stack0.yml
index 688f048..a135358 100644
--- a/host_vars/stack0.yml
+++ b/host_vars/stack0.yml
@@ -17,19 +17,22 @@ vms:
image: alpine
memory: 8G
cpu: 4
- disk: "16G"
+ disks:
+ - { id: 0, size: "16G" }
- name: vm1
image: alpine
memory: 4G
cpu: 2
- disk: "16G"
+ disks:
+ - { id: 0, size: "16G" }
- name: vm2
image: openbsd
memory: 4G
cpu: 2
- disk: "16G"
+ disks:
+ - { id: 0, size: "4G" }
hypervisor:
interface: bnx0
remember that computers suck.