Compare commits
	
		
			2 Commits
		
	
	
		
			main
			...
			transcaffe
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						
						
							
						
						1abd2057ca
	
				 | 
					
					
						|||
| 
						
						
							
						
						01725cb3f5
	
				 | 
					
					
						
@@ -10,6 +10,19 @@
 | 
				
			|||||||
    postgresql_client_password: >-2
 | 
					    postgresql_client_password: >-2
 | 
				
			||||||
      {{ pretix_postgresql_password | mandatory(msg='pretix postgresql password is required') }}
 | 
					      {{ pretix_postgresql_password | mandatory(msg='pretix postgresql password is required') }}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- import_playbook: finallycoffee.base.lego_certificate
 | 
				
			||||||
 | 
					  when: pretix_acquire_lego_certificate | default(false)
 | 
				
			||||||
 | 
					  vars:
 | 
				
			||||||
 | 
					    target_hosts: "pretix"
 | 
				
			||||||
 | 
					    target_domains:
 | 
				
			||||||
 | 
					      - "{{ pretix_domain }}"
 | 
				
			||||||
 | 
					    target_acme_zone: "{{ acme_domain }}"
 | 
				
			||||||
 | 
					    target_acme_account_email: "{{ pretix_lego_acme_account_email }}"
 | 
				
			||||||
 | 
					    target_dns_server: "{{ dns_server }}"
 | 
				
			||||||
 | 
					    target_dns_additional_records: "{{ pretix_dns_records }}"
 | 
				
			||||||
 | 
					    target_dns_tsig_key: "{{ dns_tsig_keydata }}"
 | 
				
			||||||
 | 
					    target_gather_facts: false
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- import_playbook: finallycoffee.databases.valkey
 | 
					- import_playbook: finallycoffee.databases.valkey
 | 
				
			||||||
  when: pretix_configure_valkey | default(true)
 | 
					  when: pretix_configure_valkey | default(true)
 | 
				
			||||||
  vars:
 | 
					  vars:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,5 +1,5 @@
 | 
				
			|||||||
---
 | 
					---
 | 
				
			||||||
pretix_version: "2025.8.0"
 | 
					pretix_version: "2025.9.0"
 | 
				
			||||||
pretix_state: "present"
 | 
					pretix_state: "present"
 | 
				
			||||||
pretix_deployment_method: "systemd"
 | 
					pretix_deployment_method: "systemd"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user