mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			721 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			721 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
galaxy_info:
 | 
						|
  author: "Kevin Veen-Birkenbach"
 | 
						|
  description: "Installs and configures the Postmarks mail service client via Docker Compose, ready for use with applications requiring SMTP."
 | 
						|
  license: "Infinito.Nexus NonCommercial License"
 | 
						|
  license_url: "https://s.infinito.nexus/license"
 | 
						|
  company: |
 | 
						|
    Kevin Veen-Birkenbach
 | 
						|
    Consulting & Coaching Solutions
 | 
						|
    https://www.veen.world
 | 
						|
  galaxy_tags:
 | 
						|
    - postmarks
 | 
						|
    - mail
 | 
						|
    - smtp
 | 
						|
  repository: "https://s.infinito.nexus/code"
 | 
						|
  issue_tracker_url: "https://s.infinito.nexus/issues"
 | 
						|
  documentation: "https://s.infinito.nexus/code/tree/main/roles/web-app-postmarks"
 | 
						|
  min_ansible_version: "2.9"
 | 
						|
  platforms:
 | 
						|
    - name: Any
 | 
						|
      versions:
 | 
						|
        - all
 |