aboutsummaryrefslogtreecommitdiffstats
path: root/host_vars
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-11-21 16:23:27 +0100
committerbinary <me@rgoncalves.se>2020-11-21 16:23:27 +0100
commit09abcacff6eeb1f809c6b53e753847e32c3ee0b1 (patch)
tree78de94271cafd631cc1930c9b8cb013e81805dd3 /host_vars
parent2c0b89b939f75458967b98c356d87b29adc9d223 (diff)
downloadold-infrastructure-09abcacff6eeb1f809c6b53e753847e32c3ee0b1.tar.gz
Boost vm specs.
Diffstat (limited to 'host_vars')
-rw-r--r--host_vars/stack0.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/host_vars/stack0.yml b/host_vars/stack0.yml
index 2b40857..544fede 100644
--- a/host_vars/stack0.yml
+++ b/host_vars/stack0.yml
@@ -15,22 +15,22 @@ vms:
- name: vm0
image: alpine
- memory: 4G
- cpu: 1
+ memory: 8G
+ cpu: 4
disks:
- - { size: "4G" }
+ - { size: "16G" }
- name: vm1
- image: openbsd
- memory: 2G
- cpu: 1
+ image: alpine
+ memory: 4G
+ cpu: 2
disks:
- - { size: "4G" }
+ - { size: "16G" }
- name: vm2
image: openbsd
- memory: 2G
- cpu: 1
+ memory: 4G
+ cpu: 2
disks:
- { size: "4G" }
remember that computers suck.