aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-19 23:41:03 +0100
committerbinary <me@rgoncalves.se>2020-11-19 23:41:03 +0100
commit397508ac56a7888d6176abfa247fdc20ae0372a3 (patch)
treedbd51e7ae62ce1640219581709399fe79b94a2ea /host_vars
parent3e891b1a1fe21c26e7a09293106bf60dea6334e5 (diff)
downloadold-infrastructure-397508ac56a7888d6176abfa247fdc20ae0372a3.tar.gz
stack0 only playbook and hypervisor
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/stack0.yml13
1 files changed, 11 insertions, 2 deletions
diff --git a/host_vars/stack0.yml b/host_vars/stack0.yml
index 9c27f26..2b40857 100644
--- a/host_vars/stack0.yml
+++ b/host_vars/stack0.yml
@@ -14,17 +14,26 @@ services:
vms:
- name: vm0
- memory: 2G
+ image: alpine
+ memory: 4G
+ cpu: 1
disks:
- { size: "4G" }
- name: vm1
+ image: openbsd
memory: 2G
+ cpu: 1
disks:
- { size: "4G" }
- - name: vm1
+ - name: vm2
+ image: openbsd
memory: 2G
+ cpu: 1
disks:
- { size: "4G" }
+hypervisor:
+ interface: bce0
+ switch: public
remember that computers suck.