From 8e3b4bda2ea766e53584a63bf1300f3d70617c47 Mon Sep 17 00:00:00 2001 From: moeny-matt Date: Thu, 13 Mar 2025 16:28:19 -0400 Subject: [PATCH] update targets and default RAM --- bolt_vm_automation/inventory.yaml | 7 +++++++ bolt_vm_automation/plans/create_vm.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/bolt_vm_automation/inventory.yaml b/bolt_vm_automation/inventory.yaml index 44423a9..eae709b 100644 --- a/bolt_vm_automation/inventory.yaml +++ b/bolt_vm_automation/inventory.yaml @@ -15,6 +15,13 @@ groups: host: 100.40.223.138 user: root host-key-check: false + - name: astrocore + config: + transport: ssh + ssh: + host: 100.40.223.137 + user: root + host-key-check: false - name: new-vm targets: diff --git a/bolt_vm_automation/plans/create_vm.yaml b/bolt_vm_automation/plans/create_vm.yaml index abb733d..f0d92cc 100644 --- a/bolt_vm_automation/plans/create_vm.yaml +++ b/bolt_vm_automation/plans/create_vm.yaml @@ -15,7 +15,7 @@ parameters: ram: type: Integer description: "Amount of RAM in MB" - default: 2048 + default: 8192 vcpus: type: Integer description: "Number of virtual CPUs"