Compare commits
21 Commits
transcaffe
...
transcaffe
| Author | SHA1 | Date | |
|---|---|---|---|
|
1abd2057ca
|
|||
|
01725cb3f5
|
|||
|
5a429ee504
|
|||
|
6e8a7b055a
|
|||
|
bb6fce90a9
|
|||
|
c6acd7cf19
|
|||
|
3286c56929
|
|||
|
cd4fac6372
|
|||
|
22cce2bf06
|
|||
|
22c1e9d179
|
|||
|
acc7ae289b
|
|||
|
3adb3d4d6d
|
|||
|
86cea40cfc
|
|||
|
066a5f2c59
|
|||
|
ce14010fee
|
|||
|
e6f0c912d5
|
|||
|
8838e17624
|
|||
|
5d8845c075
|
|||
|
c593006de1
|
|||
|
55363ef3ae
|
|||
|
504b54f7ef
|
@@ -1,6 +1,6 @@
|
||||
namespace: finallycoffee
|
||||
name: services
|
||||
version: "0.2.0"
|
||||
version: "0.2.1"
|
||||
readme: README.md
|
||||
authors:
|
||||
- transcaffeine <transcaffeine@finally.coffee>
|
||||
|
||||
@@ -10,6 +10,19 @@
|
||||
postgresql_client_password: >-2
|
||||
{{ 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
|
||||
when: pretix_configure_valkey | default(true)
|
||||
vars:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
authelia_version: "4.39.10"
|
||||
authelia_version: "4.39.13"
|
||||
authelia_user: authelia
|
||||
authelia_base_dir: /opt/authelia
|
||||
authelia_domain: authelia.example.org
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
ghost_domain: ~
|
||||
ghost_version: "6.0.7"
|
||||
ghost_version: "6.5.1"
|
||||
ghost_user: ghost
|
||||
ghost_user_group: ghost
|
||||
ghost_base_path: /opt/ghost
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
gitea_version: "1.24.6"
|
||||
gitea_version: "1.25.0"
|
||||
gitea_user: git
|
||||
gitea_run_user: "{{ gitea_user }}"
|
||||
gitea_base_path: "/opt/gitea"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
jellyfin_user: jellyfin
|
||||
jellyfin_version: "10.10.7"
|
||||
jellyfin_version: "10.11.1"
|
||||
jellyfin_state: present
|
||||
jellyfin_deployment_method: docker
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
community.docker.docker_container:
|
||||
name: "{{ jellyfin_container_name }}"
|
||||
image: "{{ jellyfin_container_image_ref }}"
|
||||
env: "{{ jellyfin_container_env | default(omit, true) }}"
|
||||
user: "{{ jellyfin_uid }}:{{ jellyfin_gid }}"
|
||||
labels: "{{ jellyfin_container_labels }}"
|
||||
volumes: "{{ jellyfin_container_volumes }}"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
keycloak_version: "26.3.5"
|
||||
keycloak_version: "26.4.2"
|
||||
keycloak_container_name: keycloak
|
||||
|
||||
keycloak_container_image_upstream_registry: quay.io
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
phpldapadmin_version: "2.3.3"
|
||||
phpldapadmin_version: "2.3.4"
|
||||
|
||||
phpldapadmin_state: present
|
||||
phpldapadmin_deployment_method: docker
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
---
|
||||
pretix_version: "2025.7.1"
|
||||
pretix_version: "2025.9.0"
|
||||
pretix_state: "present"
|
||||
pretix_deployment_method: "systemd"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
snipe_it_user: snipeit
|
||||
snipe_it_version: "8.3.2"
|
||||
snipe_it_version: "8.3.4"
|
||||
snipe_it_domain: ~
|
||||
snipe_it_state: present
|
||||
snipe_it_deployment_method: docker
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
vouch_proxy_user: vouch-proxy
|
||||
vouch_proxy_version: "0.45.0"
|
||||
vouch_proxy_version: "0.45.1"
|
||||
vouch_proxy_base_path: /opt/vouch-proxy
|
||||
vouch_proxy_config_path: "{{ vouch_proxy_base_path }}/config"
|
||||
vouch_proxy_config_file: "{{ vouch_proxy_config_path }}/config.yaml"
|
||||
|
||||
Reference in New Issue
Block a user