aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-12-05 17:49:09 +0100
committerbinary <me@rgoncalves.se>2020-12-05 17:49:09 +0100
commitabe0bed4b7506b043ded34d7cb6cecb3e07246bc (patch)
tree65b56b8f5759985c6282998a2f0706ea1b13ed64 /host_vars
parentc91eb3fbc202d296b68d47e5b6c6e573a598769f (diff)
downloadold-infrastructure-abe0bed4b7506b043ded34d7cb6cecb3e07246bc.tar.gz
Add java package
Diffstat (limited to 'host_vars')
-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.