16 lines
		
	
	
		
			293 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			293 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# SPDX-License-Identifier: Apache-2.0
 | 
						|
 | 
						|
hostname: my-vm-01
 | 
						|
hours: 5
 | 
						|
price: 20000
 | 
						|
location:
 | 
						|
  country: "GB"
 | 
						|
# This will publish the port 22
 | 
						|
ipv4: !PublishPorts
 | 
						|
# To publish extra ports, replace with:
 | 
						|
# ipv4: !PublishPorts [ 80, 8080 ]
 | 
						|
public_ipv6: false
 | 
						|
vcpus: 2
 | 
						|
memory_gib: 2
 | 
						|
disk_size_gib: 20
 |