Skip to content

Commit

Permalink
Add inventory for demo instance
Browse files Browse the repository at this point in the history
  • Loading branch information
Christophe Benz committed Oct 28, 2021
1 parent ca11721 commit 851c104
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions ops/ansible/inventories/legislation.demo.openfisca.org.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
all:
hosts:
vps-60ea1664.openfisca.org:
ansible_user: root

host_name: legislation.demo.openfisca.org
port: 8101

api_url: https://api.demo.openfisca.org/latest
country_code: demo
ui_strings: |
{
"en":
{ "countryName": "Demo", "search_placeholder": "salary, disposable income" },
"fr":
{ "countryName": "Demo", "search_placeholder": "salary, disposable income" }
}
letsencrypt_email: [email protected]
letsencrypt_environment: production

matomo_url: https://stats.data.gouv.fr/piwik.php
matomo_site_id: 4

0 comments on commit 851c104

Please sign in to comment.