Files
ansible/roles/ampache/vars/main.yml
VC 63b2dd952a
Some checks failed
ansible-lint / lint-everything (push) Failing after 1m51s
: add ampache
2025-09-08 20:30:30 +02:00

11 lines
452 B
YAML

---
ampache_version: "7.7.2"
ampache_url: "https://github.com/ampache/ampache/releases/download/{{ ampache_version }}/ampache-{{ ampache_version }}_all_php{{ php_version }}.zip"
ampache_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'ampache') | map(attribute='host') | first }}"
# Access path
ampache_app_home: "/var/www/{{ ampache_access_url }}"
ampache_data_home: "/srv/www-data/{{ ampache_access_url }}"