19 lines
		
	
	
		
			189 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			189 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:
 | |
| 
 | |
| #exchange:
 | |
|   #hosts:
 | |
|     #w.w.w.w:
 | |
| 
 | 
