update local-inventory.yml.example (#68272)

And delete deprecated tenants-inventory.yml.example.
This commit is contained in:
Emmanuel Cazenave 2022-08-19 12:45:09 +02:00
parent 61fc84b1a6
commit 6919bab6f6
2 changed files with 47 additions and 28 deletions

View File

@ -1,22 +1,59 @@
local:
hosts:
localhost:
# Don't thouch this one.
ansible_connection: local
git_ssh: true
compile_theme: false
# src_dir: "/home/{{user}}/src/entrouvert"
# If true, install the python virtual environnemnt from scratch
# (instead of upgrading the one that could already exists from a previous installation).
clean_venv: false
# Perform scss compilation of the grafic themes.
compile_theme: true
# If true, during tenants deletion, delete every tenants that can be found.
# If false, delete only the ones that are declared in the tenants_conf section.
delete_all_tenants: true
# If true the ssh protocol is used to clone the git repositories.
# If false, https is used.
git_ssh: false
# The directory where the publik modules are cloned.
src_dir: "/home/{{user}}/src"
# This section controls the version of the publik modules source code.
# By default the main branch is checked out, alternatively you can specify
# other branch names or tags.
#
# auquotidien_version: "v5.23"
# authentic_version: "v3.91"
# django_mellon_version: "v1.34"
# django_tenant_schemas_version: "v1.9.0.2"
# gadjo_version: "v1.46"
# bijoe_version: "v1.36"
# wcs_olap_version: "v1.58"
# chrono_version: "v2.37"
# combo_version: "v4.35"
# django_tenant_schemas_version: "v1.9.0.2"
# django_mellon_version: "v1.34"
# eopayment_version: "v1.76"
# gadjo_version: "v1.46"
# hobo_version: "v2.33"
# passerelle_version: "v6.27"
# wcs_version: "v7.70"
# auquotidien_version: "v5.23"
# lingo_version: "v0.4"
# passerelle_version: "v6.27"
# publik_base_theme_version: "v8.22"
# wcs_olap_version: "v1.58"
# wcs_version: "v7.70"
# This section control the name of the tenants that are deployed.
# The defauls one are the one below without the 'customname-' part.
#
# tenants_conf:
# agent-combo: "customname-agent-combo.dev.publik.love"
# connexion-authentic: "customname-authentic.dev.publik.love"
# demarches-wcs: "customname-wcs.dev.publik.love"
# dev-bijoe: "customname-bijoe.dev.publik.love"
# dev-chrono: "customname-chrono.dev.publik.love"
# dev-fargo: "customname-fargo.dev.publik.love"
# dev-hobo: "customname-hobo.dev.publik.love"
# dev-lingo: "customname-lingo.dev.publik.love"
# dev-passerelle: "customname-passerelle.dev.publik.love"
# dev-welco: "customname-welco.dev.publik.love"
# user-combo: "customname-combo.dev.publik.love"

View File

@ -1,18 +0,0 @@
local:
hosts:
localhost:
ansible_connection: local
tenants_conf:
connexion-authentic: "customname-authentic.dev.publik.love"
agent-combo: "customname-agent-combo.dev.publik.love"
user-combo: "customname-combo.dev.publik.love"
dev-hobo: "customname-hobo.dev.publik.love"
demarches-wcs: "customname-wcs.dev.publik.love"
dev-passerelle: "customname-passerelle.dev.publik.love"
dev-fargo: "customname-fargo.dev.publik.love"
dev-chrono: "customname-chrono.dev.publik.love"
dev-lingo: "customname-lingo.dev.publik.love"
dev-bijoe: "customname-bijoe.dev.publik.love"
dev-welco: "customname-welco.dev.publik.love"