15 lines
		
	
	
		
			361 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			361 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| 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_mb: 1000
 | |
| disk_size_gb: 20
 |