source: main/trunk/greenstone3/src/ansible-playbooks/vars/default-core.yml@ 38541

Last change on this file since 38541 was 38541, checked in by davidb, 6 months ago

Getting the Apache2 reverse proxy going

File size: 807 bytes
Line 
1---
2# gsdl3srchome: /home/{{ ansible_user }}/greenstone3-svn
3# gsdl3srchome: /mnt/<mydisk>/greenstone3-svn
4gsdl3srchome: /mnt/intermuse/greenstone3-ansible-svn
5
6# # gsdl3port: 5353
7
8gsdl3ports: { "localhost.port.http": 6363,
9 "tomcat.shutdown.port": 6305,
10 "tomcat.ajp.port": 6309,
11 "derby.server.port": 6327,
12 "tomcat.port.https": 6443 }
13
14#apache2_serveradmin_email: "[email protected]"
15#apache2_servername: "mygreenstone-dl"
16#apache2_servername_fqdn: "{{ apache2_servername }}.mydomain.org"
17
18apache2_serveradmin_email: "[email protected]"
19apache2_servername: "ansible-test"
20apache2_servername_fqdn: "{{ apache2_servername }}.sowemustthink.space"
21
22apache2_http_port: "80"
23apache2_http_conf: "{{ apache2_servername }}.conf"
24
25
26#disable_default: false
Note: See TracBrowser for help on using the repository browser.