11 lines
452 B
YAML
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 }}"
|