roles/ and inventory/ are now in playbooks/ also fixed issues reported by ansible-lint
		
			
				
	
	
		
			8 lines
		
	
	
	
		
			169 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
	
		
			169 B
		
	
	
	
		
			Docker
		
	
	
	
	
	
| FROM caddy:2-builder AS builder
 | |
| 
 | |
| RUN xcaddy build \
 | |
|     --with github.com/caddy-dns/acmedns@main
 | |
| 
 | |
| FROM caddy:2-alpine
 | |
| 
 | |
| COPY --from=builder /usr/bin/caddy /usr/bin/caddy
 |