update targets and default RAM

This commit is contained in:
moeny-matt 2025-03-13 16:28:19 -04:00
parent b26abb4097
commit 8e3b4bda2e
2 changed files with 8 additions and 1 deletions

View File

@ -15,6 +15,13 @@ groups:
host: 100.40.223.138 host: 100.40.223.138
user: root user: root
host-key-check: false host-key-check: false
- name: astrocore
config:
transport: ssh
ssh:
host: 100.40.223.137
user: root
host-key-check: false
- name: new-vm - name: new-vm
targets: targets:

View File

@ -15,7 +15,7 @@ parameters:
ram: ram:
type: Integer type: Integer
description: "Amount of RAM in MB" description: "Amount of RAM in MB"
default: 2048 default: 8192
vcpus: vcpus:
type: Integer type: Integer
description: "Number of virtual CPUs" description: "Number of virtual CPUs"