From b0858abde150e57f8a09510e331ef2e4bfcb6e6b Mon Sep 17 00:00:00 2001 From: David Moreau Simard Date: Wed, 6 Mar 2019 17:17:53 -0500 Subject: [PATCH] Remove mentions of ara_wsgi_configure_service in the role That variable existed in a previous iteration of the role. Clean it up. Change-Id: I09f41d12173832ed5a55c34f256d07c1b8ee44b2 --- roles/ara/README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/ara/README.rst b/roles/ara/README.rst index e8d45ca3..7c99e305 100644 --- a/roles/ara/README.rst +++ b/roles/ara/README.rst @@ -74,7 +74,6 @@ Install ARA and set up the API to be served by a persistent gunicorn service:: vars: ansible_python_interpreter: /usr/bin/python3 ara_wsgi_server: gunicorn - ara_wsgi_configure_service: true roles: - ara @@ -89,7 +88,6 @@ Install ARA and set up the API to be served by nginx in front of gunicorn:: ansible_python_interpreter: /usr/bin/python3 ara_web_server: nginx ara_wsgi_server: gunicorn - ara_wsgi_configure_service: true ara_www_dir: /var/www/ara ara_api_fqdn: api.ara.example.org ara_allowed_hosts: