aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-12-02 18:37:40 +0100
committerbinary <me@rgoncalves.se>2020-12-02 18:37:40 +0100
commit75aa549ff0b4acff23df077313bbaf46842650ab (patch)
tree21b8ad93b0edd873bb25c8b2283ea499674e1573 /host_vars
parenteece83807a27d6becf426ebc3cd2ae10fed63270 (diff)
downloadold-infrastructure-75aa549ff0b4acff23df077313bbaf46842650ab.tar.gz
Rollback stack0 to openbsd host
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.