forked from CCCHH/ansible-infra
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			549 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			549 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| certbot__version_spec: ""
 | |
| certbot__acme_account_email_address: j+letsencrypt-ccchh@jsts.xyz
 | |
| certbot__certificate_domains:
 | |
|   - "status.ccchh.net"
 | |
| certbot__new_cert_commands:
 | |
|   - "systemctl reload nginx.service"
 | |
| 
 | |
| docker_compose__compose_file_content: "{{ lookup('ansible.builtin.file', 'z9/configs/uptime-kuma/compose.yaml') }}"
 | |
| docker_compose__configuration_files: [ ]
 | |
| 
 | |
| nginx__version_spec: ""
 | |
| nginx__configurations:
 | |
|   - name: status.ccchh.net
 | |
|     content: "{{ lookup('ansible.builtin.file', 'z9/configs/uptime-kuma/nginx/status.ccchh.net.conf') }}"
 |