We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d8c01aa + c5001d8 commit c318268Copy full SHA for c318268
ansible/roles/postgresql/vars/Ubuntu-22.04.yml
@@ -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
@@ -83,13 +83,10 @@
83
appname: "volunteer-portal"
84
hostname: "{{ digivol_hostname }}"
85
context_path: "{{ digivol_context_path }}"
86
- nginx_root: "{{}}"
87
nginx_paths:
88
- path: "{{ digivol_context_path }}"
89
is_proxy: true
90
proxy_pass: "http://127.0.0.1:8080/{{ digivol_context_path }}"
91
- notify:
92
- - reload nginx
93
tags:
94
- nginx_vhost
95
- volunteer-portal
0 commit comments