forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			540 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			540 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| docker_compose__compose_file_content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/lists/compose/compose.yaml') }}"
 | |
| docker_compose__configuration_files: [ ]
 | |
| 
 | |
| certbot__version_spec: ""
 | |
| certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
 | |
| certbot__certificate_domains:
 | |
|   - "mumble.hamburg.ccc.de"
 | |
| certbot__http_01_port: 80
 | |
| 
 | |
| nginx__version_spec: ""
 | |
| nginx__configurations:
 | |
|   - name: mumble.hamburg.ccc.de
 | |
|     content: "{{ lookup('ansible.builtin.file', 'chaosknoten/configs/mumble/nginx/mumble.hamburg.ccc.de.conf') }}"
 |