From 4adb62e8dc9042229aabe4e842cb9c4abe59ef3a Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Fri, 29 Oct 2021 17:52:05 +0200 Subject: [PATCH] Allow many instances to co-exist on a server --- ops/ansible/inventories/legislation.demo.openfisca.org.yml | 3 +++ ops/ansible/inventories/legislation.fr.openfisca.org.yml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/ops/ansible/inventories/legislation.demo.openfisca.org.yml b/ops/ansible/inventories/legislation.demo.openfisca.org.yml index 2bb6d639..3d036da2 100644 --- a/ops/ansible/inventories/legislation.demo.openfisca.org.yml +++ b/ops/ansible/inventories/legislation.demo.openfisca.org.yml @@ -17,6 +17,9 @@ all: matomo_url: https://stats.data.gouv.fr/piwik.php matomo_site_id: 4 + source_dir: legislation-explorer-demo # relative to the home directory + systemd_service_file_name: legislation-explorer-demo.service + # Reverse proxy host_name: legislation.demo.openfisca.org diff --git a/ops/ansible/inventories/legislation.fr.openfisca.org.yml b/ops/ansible/inventories/legislation.fr.openfisca.org.yml index 06a8dab1..02f81f64 100644 --- a/ops/ansible/inventories/legislation.fr.openfisca.org.yml +++ b/ops/ansible/inventories/legislation.fr.openfisca.org.yml @@ -17,6 +17,9 @@ all: matomo_url: https://stats.data.gouv.fr/piwik.php matomo_site_id: 4 + source_dir: legislation-explorer-fr # relative to the home directory + systemd_service_file_name: legislation-explorer-fr.service + # Reverse proxy host_name: legislation.fr.openfisca.org