aboutsummaryrefslogtreecommitdiffstats
path: root/inventory.yml
diff options
context:
space:
mode:
Diffstat (limited to 'inventory.yml')
-rw-r--r--inventory.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/inventory.yml b/inventory.yml
index cbac238..a3ab73e 100644
--- a/inventory.yml
+++ b/inventory.yml
@@ -55,11 +55,11 @@ all:
tcp:
ssh: "22"
nextcloud: "80"
- vmm:
+ vm:
enabled: true
hosts:
- vm-stack0-minecraft:
- vm-stack0-nextcloud:
+ - "vm-stack0-minecraft"
+ - "vm-stack0-nextcloud"
# SERVER for personnal file sync
emb0:
@@ -76,11 +76,15 @@ all:
ansible_host: "vm-stack0-minecraft"
enabled: true
iso: "alpine"
+ memory: "2G"
+ size: "4G"
vm-stack0-nextcloud:
ansible_host: "vm-stack0-nextcloud"
enabled: true
iso: "alpine"
+ memory: "2G"
+ size: "4G"
# ---
remember that computers suck.