12 lines
		
	
	
		
			186 B
		
	
	
	
		
			Jsonnet
		
	
	
	
	
	
		
		
			
		
	
	
			12 lines
		
	
	
		
			186 B
		
	
	
	
		
			Jsonnet
		
	
	
	
	
	
| 
								 | 
							
								{
							 | 
						||
| 
								 | 
							
								    Group:: {
							 | 
						||
| 
								 | 
							
								        roles: [],
							 | 
						||
| 
								 | 
							
								        variables: {}
							 | 
						||
| 
								 | 
							
								    },
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    # all hosts
							 | 
						||
| 
								 | 
							
								    infra: Group { roles: ['node-exporter'] },
							 | 
						||
| 
								 | 
							
								    dockerapps: Group { roles: ['docker', 'nginx'] } ,
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								}
							 |