Updated docs, updated vars files for ara_web and ara_frontend_nginx to support Debian 10

Change-Id: I39827c0113a4b4fd5e74e06df60cd9145352fc95
This commit is contained in:
Jeffrey van Pelt 2020-05-06 22:24:31 +02:00
parent c2ce3724a7
commit 2e367aff9e
No known key found for this signature in database
GPG Key ID: 39EFF6AA1F5B11A0
4 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1 @@
Ubuntu.yaml

View File

@ -22,6 +22,9 @@ ara_distribution_packages: []
ara_api_required_packages:
- git
- python3-venv
- python3-setuptools
- python-pkg-resources
- python3-pkg-resources
ara_api_postgresql_packages:
- postgresql

View File

@ -0,0 +1 @@
Ubuntu.yaml

View File

@ -63,9 +63,10 @@ Deploy the ARA API and web client on the same machine with defaults:
ara_api_allowed_hosts:
- api.ara.example.org
ara_api_cors_origin_whitelist:
- web.ara.example.org
- "http://web.ara.example.org"
# ara_web
ara_web_fqdn: web.ara.example.org
ara_web_frontend_server: nginx
ara_web_api_endpoint: "http://api.ara.example.org"
roles:
- ara_api