Skip to content

Commit

Permalink
Merge pull request #592 from AtlasOfLivingAustralia/volunteer-portal-…
Browse files Browse the repository at this point in the history
…fixes-2022-06

Volunteer portal fixes 2022 06
  • Loading branch information
matthewandrews authored Jun 24, 2022
2 parents d8c01aa + c5001d8 commit c318268
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
11 changes: 11 additions & 0 deletions ansible/roles/postgresql/vars/Ubuntu-22.04.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
postgresql_service: postgresql

gdal_src_url: http://download.osgeo.org/gdal/2.4.0/gdal-2.4.0.tar.gz

postgresql_data_directory: "{{ data_dir }}/postgresql-{{pg_version}}-data"

psycopg2_package: "python3-psycopg2"

pycurl_package: "python3-pycurl"

pip_package: "python3-pip"
3 changes: 0 additions & 3 deletions ansible/roles/volunteer-portal/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,13 +83,10 @@
appname: "volunteer-portal"
hostname: "{{ digivol_hostname }}"
context_path: "{{ digivol_context_path }}"
nginx_root: "{{}}"
nginx_paths:
- path: "{{ digivol_context_path }}"
is_proxy: true
proxy_pass: "http://127.0.0.1:8080/{{ digivol_context_path }}"
notify:
- reload nginx
tags:
- nginx_vhost
- volunteer-portal
Expand Down

0 comments on commit c318268

Please sign in to comment.