forked from CCCHH/ansible-infra
		
	Rename inventory to z9
This commit is contained in:
		
					parent
					
						
							
								96ac8de142
							
						
					
				
			
			
				commit
				
					
						79879ae3af
					
				
			
		
					 7 changed files with 9 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -1,2 +1,2 @@
 | 
			
		|||
[defaults]
 | 
			
		||||
inventory = ./inventories/thinkcccentre/hosts.yml
 | 
			
		||||
inventory = ./inventories/z9/hosts.yml
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										3
									
								
								inventories/z9/host_vars/audio.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										3
									
								
								inventories/z9/host_vars/audio.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,3 @@
 | 
			
		|||
hifiberry__device: hifiberry-dac
 | 
			
		||||
bluetooth_audio_sink__name: Audio Pi
 | 
			
		||||
shairport_sync__config: "{{ lookup('ansible.builtin.file', 'configs/audio/shairport-sync/shairport-sync.conf') }}"
 | 
			
		||||
| 
						 | 
				
			
			@ -2,3 +2,4 @@ esphome__version: "2022.11.4"
 | 
			
		|||
nginx__configs:
 | 
			
		||||
  - name: esphome
 | 
			
		||||
    content: "{{ lookup('ansible.builtin.file', 'configs/esphome/nginx/esphome.conf') }}"
 | 
			
		||||
nginx__enable_https_redirect: true
 | 
			
		||||
| 
						 | 
				
			
			@ -10,3 +10,7 @@ all:
 | 
			
		|||
          ansible_host: esphome.z9
 | 
			
		||||
        zigbee2mqtt:
 | 
			
		||||
          ansible_host: zigbee2mqtt.z9
 | 
			
		||||
        printserver:
 | 
			
		||||
          ansible_host: printserver.z9
 | 
			
		||||
        audio:
 | 
			
		||||
          ansible_host: audio.z9
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue