DCD-1020: Add installation and linking of Google Noto fonts as JVM fallbacks.

This commit is contained in:
Steve Smith
2020-08-24 13:05:42 +10:00
parent d22c0222ed
commit 25c2ebb563
5 changed files with 54 additions and 1 deletions

View File

@@ -1,6 +1,10 @@
---
atl_jvm_heap: "2048m"
atl_fonts_fallback_dirs:
- "{{ atl_java_home }}/lib/fonts/fallback/"
- "{{ atl_jre_home }}/lib/fonts/fallback/"
atl_autologin_cookie_age: "{{ lookup('env', 'ATL_AUTOLOGIN_COOKIE_AGE') }}"