Compare commits

..

No commits in common. "80077af0081b4f8f5a2a9a7aa07a65d0bca841b1" and "70238d3bd4ceb6cf2111c46bf8dc408afe6b41ca" have entirely different histories.

5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
namespace: finallycoffee
name: services
version: 0.1.1
version: 0.1.0
readme: README.md
authors:
- transcaffeine <transcaffeine@finally.coffee>

View File

@ -1,3 +1,3 @@
---
requires_ansible: ">=2.15"
requires_ansible: ">=2.12"

View File

@ -1,7 +1,7 @@
---
ghost_domain: ~
ghost_version: "5.94.1"
ghost_version: "5.78.0"
ghost_user: ghost
ghost_user_group: ghost
ghost_base_path: /opt/ghost

View File

@ -1,7 +1,7 @@
---
jellyfin_user: jellyfin
jellyfin_version: 10.9.11
jellyfin_version: 10.9.8
jellyfin_base_path: /opt/jellyfin
jellyfin_config_path: "{{ jellyfin_base_path }}/config"

View File

@ -1,7 +1,7 @@
---
vouch_proxy_user: vouch-proxy
vouch_proxy_version: 0.40.0
vouch_proxy_version: 0.39.0
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"