forked from CCCHH/ansible-infra
		
	We have a bunch of old hosts, host_vars and roles we no longer use. There is no real value to keep them as they can just be fetched from the git history, should they be needed again. This make gettin a overview of the repository much simpler.
		
			
				
	
	
		
			25 lines
		
	
	
	
		
			507 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
	
		
			507 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| all:
 | |
|   children:
 | |
|     debian_11:
 | |
|       hosts:
 | |
|         light:
 | |
|           ansible_host: light.z9.ccchh.net
 | |
|           ansible_user: chaos
 | |
|         authoritative-dns:
 | |
|           ansible_host: authoritative-dns.z9.ccchh.net
 | |
|           ansible_user: chaos
 | |
|     debian_12:
 | |
|       hosts:
 | |
|     nginx_hosts:
 | |
|       hosts:
 | |
|         light:
 | |
|     ola_hosts:
 | |
|       hosts:
 | |
|         light:
 | |
|     foobazdmx_hosts:
 | |
|       hosts:
 | |
|         light:
 | |
|     infrastructure_authorized_keys_hosts:
 | |
|       hosts:
 | |
|         light:
 | |
|         authoritative-dns:
 |