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 df4c6c5725
commit 79eef8c8db
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: ara_api_required_packages:
- git - git
- python3-venv - python3-venv
- python3-setuptools
- python-pkg-resources
- python3-pkg-resources
ara_api_postgresql_packages: ara_api_postgresql_packages:
- postgresql - 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: ara_api_allowed_hosts:
- api.ara.example.org - api.ara.example.org
ara_api_cors_origin_whitelist: ara_api_cors_origin_whitelist:
- web.ara.example.org - "http://web.ara.example.org"
# ara_web # ara_web
ara_web_fqdn: web.ara.example.org ara_web_fqdn: web.ara.example.org
ara_web_frontend_server: nginx
ara_web_api_endpoint: "http://api.ara.example.org" ara_web_api_endpoint: "http://api.ara.example.org"
roles: roles:
- ara_api - ara_api