forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			15 lines
		
	
	
	
		
			586 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
	
		
			586 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| docker_compose__compose_file_content: "{{ lookup('ansible.builtin.template', 'resources/z9/dooris/docker_compose/compose.yaml.j2') }}"
 | |
| docker_compose__configuration_files: [ ]
 | |
| 
 | |
| certbot__version_spec: ""
 | |
| certbot__acme_account_email_address: le-admin@hamburg.ccc.de
 | |
| certbot__certificate_domains:
 | |
|   - "dooris.ccchh.net"
 | |
| certbot__new_cert_commands:
 | |
|   - "systemctl reload nginx.service"
 | |
| certbot__http_01_port: 80
 | |
| 
 | |
| nginx__version_spec: ""
 | |
| nginx__configurations:
 | |
|   - name: dooris.ccchh.net
 | |
|     content: "{{ lookup('ansible.builtin.file', 'resources/z9/dooris/nginx/dooris.ccchh.net.conf') }}"
 |