18 lines
439 B
YAML
18 lines
439 B
YAML
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-License-Identifier: Unlicense
|
|
|
|
hostname: my-bucharest-vm-01
|
|
hours: 5
|
|
price: 20000
|
|
# All configurations under location are optional.
|
|
# You can specify: country, region, city
|
|
# To manually pick a server, specify node_ip
|
|
location:
|
|
# If a server is found, this will create a server in Bucharest
|
|
city: "Bucharest"
|
|
ipv4: !PublicIPv4
|
|
public_ipv6: false
|
|
vcpus: 2
|
|
memory_gib: 1000
|
|
disk_size_gib: 20
|