Files
ansible/roles/bac/vars/main.yml
VC e1c48804d9
All checks were successful
ansible-lint / lint-everything (push) Successful in 3s
♻: move app data for bac
2025-03-09 13:31:37 +01:00

5 lines
269 B
YAML

---
bac_url: "https://giteu.be/hylobates/BaC/releases/download/tamerelol/public.tar.gz"
bac_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'bac') | map(attribute='host') | first }}"
bac_app_home: "/var/www/{{ bac_access_url }}"