-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathall.yml
48 lines (36 loc) · 1.53 KB
/
all.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
edu_sharing_host: 192.168.98.101
edu_sharing_domain: '{{edu_sharing_host}}'
edu_sharing_url: '{{ edu_sharing_protocol | default("http") }}://{{edu_sharing_host}}/edu-sharing'
edu_version: 8.1.0
solr_host: '{{edu_sharing_host}}'
esrender_host: 192.168.98.101
esrender_proxy: '{{ esrender_host }}'
esrender_url: '{{ edu_sharing_protocol | default("http") }}://{{ esrender_proxy }}/edu-sharing/esrender'
clamav_host: 192.168.98.101
clamav_proxy: "{{clamav_host}}"
edu_connector_host: 192.168.98.104
edu_connector_proxy: "{{edu_connector_host}}"
install_splash: false
enable_edu_connector: false
esrender_db:
name: esrender
user: esrender
password: esrender
base_dir: "{{ansible_env.HOME}}"
alf_password: admin
script_dir: '{{ base_dir }}/bin'
# enable / disable the edu-sharing backup process: present|absent
backup_process_state: absent
# enable / disable the edu-sharing restore process: true|false
edu_sharing_restore_from_backup: false
# activate/deactivate es-update-oersi, a alfresco plugin used to update metadata in oersi
activate_es_update_oersi: false
apache_conf_servername: # use as apache2 ServerName Directive, if set - see http://httpd.apache.org/docs/2.2/en/mod/core.html#servername
apache_conf_usecanonicalname: # use as apache2 UseCanonicalName Directive, if set. Example: On - see http://httpd.apache.org/docs/2.2/en/mod/core.html#usecanonicalname
# activate/deactivate notification service
enable_notification_service: false
# Recommended RAM for ClamAV :
# Minimum: 3 GiB
# Preferred: 4 GiB
install_antivirus: false