5 lines
206 B
YAML
5 lines
206 B
YAML
---
|
|
|
|
retrodojo_access_url: "{{ web_hostname | selectattr('type', 'defined') | selectattr('type', '==', 'retrodojo') | map(attribute='host') | first }}"
|
|
retrodojo_home: "/var/www/{{ retrodojo_access_url }}"
|