diff --git a/roles/attribute-aggregation/tasks/main.yml b/roles/attribute-aggregation/tasks/main.yml index 8d73505ac..c1f52d97d 100644 --- a/roles/attribute-aggregation/tasks/main.yml +++ b/roles/attribute-aggregation/tasks/main.yml @@ -79,6 +79,13 @@ retries: 3 start_period: 10s hostname: attribute-aggregation + mounts: + - source: /etc/localtime + target: /etc/localtime + type: bind + - source: /opt/openconext/common/favicon.ico + target: /var/www/favicon.ico + type: bind env: HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img }}" HTTPD_SERVERNAME: "aa.{{ base_domain }}" @@ -112,6 +119,12 @@ - source: /opt/openconext/attribute-aggregation/apachelink.conf target: /etc/apache2/sites-enabled/000-default.conf type: bind + - source: /etc/localtime + target: /etc/localtime + type: bind + - source: /opt/openconext/common/favicon.ico + target: /var/www/favicon.ico + type: bind hostname: attribute-link env: HTTPD_CSP: "{{ httpd_csp.lenient_with_static_img }}"