15 lines
		
	
	
		
			153 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			153 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
# Replace the x's with the IP addresses from "terrafrom output"
 | 
						|
dc:
 | 
						|
  hosts:
 | 
						|
    x.x.x.x:
 | 
						|
 | 
						|
wef:
 | 
						|
  hosts:
 | 
						|
    y.y.y.y:
 | 
						|
 | 
						|
win10:
 | 
						|
  hosts:
 | 
						|
    z.z.z.z:
 | 
						|
 |