forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			85 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			85 lines
		
	
	
	
		
			1.9 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
| all:
 | |
|   children:
 | |
|     debian_11:
 | |
|       hosts:
 | |
|         light:
 | |
|           ansible_host: light.z9.ccchh.net
 | |
|           ansible_user: chaos
 | |
|         mqtt:
 | |
|           ansible_host: automation.z9.ccchh.net
 | |
|           ansible_user: chaos
 | |
|         esphome:
 | |
|           ansible_host: esphome.z9.ccchh.net
 | |
|           ansible_user: chaos
 | |
|         zigbee2mqtt:
 | |
|           ansible_host: zigbee2mqtt.z9.ccchh.net
 | |
|           ansible_user: chaos
 | |
|         audio:
 | |
|           ansible_host: audio.z9.ccchh.net
 | |
|           ansible_user: chaos
 | |
|         wiki:
 | |
|           ansible_host: wiki.z9.ccchh.net
 | |
|           ansible_user: chaos
 | |
|         authoritative-dns:
 | |
|           ansible_host: authoritative-dns.z9.ccchh.net
 | |
|           ansible_user: chaos
 | |
|         send-only-mailserver:
 | |
|           ansible_host: send-only-mailserver.z9.ccchh.net
 | |
|           ansible_user: chaos
 | |
|         mailserver-endpoint:
 | |
|           ansible_host: mailserver-endpoint.ccchh.net
 | |
|           ansible_user: chaos
 | |
|     debian_12:
 | |
|       hosts:
 | |
|         public-reverse-proxy:
 | |
|           ansible_host: public-reverse-proxy.z9.ccchh.net
 | |
|           ansible_user: chaos
 | |
|     nginx_hosts:
 | |
|       hosts:
 | |
|         public-reverse-proxy:
 | |
|         esphome:
 | |
|         zigbee2mqtt:
 | |
|         light:
 | |
|         wiki:
 | |
|     public_reverse_proxy_hosts:
 | |
|       hosts:
 | |
|         public-reverse-proxy:
 | |
|     cert_hosts:
 | |
|       hosts:
 | |
|     certbot_hosts:
 | |
|       hosts:
 | |
|         esphome:
 | |
|         zigbee2mqtt:
 | |
|         wiki:
 | |
|     ssh_server_config_hosts:
 | |
|       hosts:
 | |
|         public-reverse-proxy:
 | |
|         wiki:
 | |
|         mailserver-endpoint:
 | |
|     esphome_hosts:
 | |
|       hosts:
 | |
|         esphome:
 | |
|     zigbee2mqtt_hosts:
 | |
|       hosts:
 | |
|         zigbee2mqtt:
 | |
|     mosquitto_hosts:
 | |
|       hosts:
 | |
|         mqtt:
 | |
|     ola_hosts:
 | |
|       hosts:
 | |
|         light:
 | |
|     foobazdmx_hosts:
 | |
|       hosts:
 | |
|         light:
 | |
|     hifiberry_hosts:
 | |
|       hosts:
 | |
|         audio:
 | |
|     bluetooth_audio_sink_hosts:
 | |
|       hosts:
 | |
|         audio:
 | |
|     shairport_sync_hosts:
 | |
|       hosts:
 | |
|         audio:
 | |
|     send_only_mail_server_hosts:
 | |
|       hosts:
 | |
|         send-only-mailserver:
 |