mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 12:18:17 +00:00 
			
		
		
		
	This commit restructures systemctl service definitions and category mappings. Motivation: Alarm-related bugs revealed inconsistencies in service and role handling. Preparation step: lays the groundwork for fixing the alarm issues by aligning categories, roles, and service templates.
		
			
				
	
	
		
			22 lines
		
	
	
		
			699 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			699 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
galaxy_info:
 | 
						||
  author: "Kevin Veen-Birchenbach"
 | 
						||
  description: "Deploys Let’s Encrypt certificates into Docker Compose Nginx setups via systemd service and timer."
 | 
						||
  license: "Infinito.Nexus NonCommercial License"
 | 
						||
  license_url: "https://s.infinito.nexus/license"
 | 
						||
  company: |
 | 
						||
    Kevin Veen-Birchenbach
 | 
						||
    Consulting & Coaching Solutions
 | 
						||
    https://www.veen.world
 | 
						||
  galaxy_tags:
 | 
						||
  - nginx
 | 
						||
  - letsencrypt
 | 
						||
  - docker
 | 
						||
  - systemd
 | 
						||
  repository: "https://s.infinito.nexus/code"
 | 
						||
  issue_tracker_url: "https://s.infinito.nexus/issues"
 | 
						||
  documentation: "https://s.infinito.nexus/code/tree/main/roles/sys-ctl-mtn-cert-deploy"
 | 
						||
  min_ansible_version: "2.9"
 | 
						||
  platforms:
 | 
						||
  - name: Any
 | 
						||
    versions: [all]
 |