Skip to content

Commit c318268

Browse files
Merge pull request #592 from AtlasOfLivingAustralia/volunteer-portal-fixes-2022-06
Volunteer portal fixes 2022 06
2 parents d8c01aa + c5001d8 commit c318268

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
postgresql_service: postgresql
2+
3+
gdal_src_url: http://download.osgeo.org/gdal/2.4.0/gdal-2.4.0.tar.gz
4+
5+
postgresql_data_directory: "{{ data_dir }}/postgresql-{{pg_version}}-data"
6+
7+
psycopg2_package: "python3-psycopg2"
8+
9+
pycurl_package: "python3-pycurl"
10+
11+
pip_package: "python3-pip"

ansible/roles/volunteer-portal/tasks/main.yml

-3
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,10 @@
8383
appname: "volunteer-portal"
8484
hostname: "{{ digivol_hostname }}"
8585
context_path: "{{ digivol_context_path }}"
86-
nginx_root: "{{}}"
8786
nginx_paths:
8887
- path: "{{ digivol_context_path }}"
8988
is_proxy: true
9089
proxy_pass: "http://127.0.0.1:8080/{{ digivol_context_path }}"
91-
notify:
92-
- reload nginx
9390
tags:
9491
- nginx_vhost
9592
- volunteer-portal

0 commit comments

Comments
 (0)