mirror of
				https://gitlab.sectorq.eu/jaydee/ansible.git
				synced 2025-10-30 18:01:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			213 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			213 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable File
		
	
	
	
	
| - hosts: datacenter
 | |
|   name: Modify nginx configs
 | |
|   vars:
 | |
|     apps: 
 | |
|       - Home Assistant
 | |
|   tasks:
 | |
|     - include: reconfigure_heimdall.yaml app={{ item }}
 | |
|       name: lala
 | |
|       with_items:
 | |
|         - "{{ apps }}" | 
