Files
ansible/roles/bac/vars/main.yml
2025-02-28 19:16:52 +01:00

5 lines
266 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_home: "/srv/http/{{ bac_access_url }}"