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"