15 lines
586 B
YAML
15 lines
586 B
YAML
---
|
|
# Branding type used, default is plain but we are rocky
|
|
openqa_branding: "rocky"
|
|
|
|
assets_src_dir: "{{ playbook_dir }}/files/usr/share/openqa/assets"
|
|
assets_dest_dir: "/usr/share/openqa/assets"
|
|
|
|
templates_src_dir: "{{ playbook_dir }}/files/usr/share/openqa/templates"
|
|
templates_dest_dir: "/usr/share/openqa/templates"
|
|
|
|
branding_patches:
|
|
- { path: /usr/share/openqa/assets/assetpack.def, patch: /usr/share/openqa/assets/assetpack.def.patch }
|
|
- { path: /usr/share/openqa/templates/webapi/main/index.html.ep, patch: /usr/share/openqa/templates/webapi/main/index.html.ep.patch }
|
|
...
|