It changes the directory layout of the ansible playbook to a more "best practices" friendly approach using ansible roles and a real inventory file Co-authored-by: Ilya Kreymer <ikreymer@users.noreply.github.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			164 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			164 B
		
	
	
	
		
			Django/Jinja
		
	
	
	
	
	
ingress_class: "nginx"
 | 
						|
 | 
						|
mongo_auth:
 | 
						|
  username: root
 | 
						|
  password: example
 | 
						|
 | 
						|
ingress:
 | 
						|
  host: "{{ domain }}"
 | 
						|
  cert_email: "{{ email }}"
 | 
						|
  scheme: "https"
 | 
						|
  tls: true
 |