There was an error while loading. Please reload this page.
1 parent 3458e10 commit 922df1aCopy full SHA for 922df1a
2 files changed
defaults/main.yml
@@ -1,4 +1,5 @@
1
---
2
+aiidalab_logo_file: aiidalab_wide.png
3
aiidalab_apache_config: apache.conf
4
aiidalab_server_config: jupyterhub_config.py
5
aiidalab_server_mem_limit: 4G # memory limit per user
tasks/jupyterhub.yml
@@ -34,7 +34,7 @@
34
35
- name: copy aiidalab logo
36
copy:
37
- src: aiidalab_wide.png
+ src: "{{ aiidalab_logo_file }}"
38
dest: /etc/jupyterhub/
39
owner: root
40
group: root
0 commit comments