aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/stack0.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/host_vars/stack0.yml b/host_vars/stack0.yml
index 4a072e2..a135358 100644
--- a/host_vars/stack0.yml
+++ b/host_vars/stack0.yml
@@ -18,7 +18,7 @@ vms:
memory: 8G
cpu: 4
disks:
- - { size: "16G" }
+ - { id: 0, size: "16G" }
- name: vm1
image: alpine
@@ -26,15 +26,14 @@ vms:
cpu: 2
disks:
- { id: 0, size: "16G" }
- - { id: 1, path: "/dev/mfid1" }
- name: vm2
image: openbsd
memory: 4G
cpu: 2
disks:
- - { size: "4G" }
+ - { id: 0, size: "4G" }
hypervisor:
- interface: bce0
+ interface: bnx0
switch: public
remember that computers suck.