- add ansible playbooks and roles for deploying taler exchange and merchant
- configure PostgreSQL, GNU Taler repositories, and services
🔧 chore(config): provide example env and gitignore for sensitive files
- create .env-example with placeholders for sensitive info
- add .gitignore entries for .env and common editor files
		
	
			
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			122 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
collections:
 | 
						|
  - name: community.general
 | 
						|
    version: ">=9.0.0"
 | 
						|
  - name: community.postgresql
 | 
						|
    version: ">=3.0.0"
 |