feat(pretix): add ansible role and playbook
This commit is contained in:
7
playbooks/pretix.yml
Normal file
7
playbooks/pretix.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: Install and configure pretix
|
||||
hosts: "{{ pretix_hosts | default('pretix') }}"
|
||||
become: "{{ pretix_become | default(true) }}"
|
||||
gather_facts: "{{ pretix_gather_facts | default(false) }}"
|
||||
roles:
|
||||
- role: pretix
|
Reference in New Issue
Block a user