local: hosts: localhost: # Don't thouch this one. ansible_connection: local # 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" # bijoe_version: "v1.36" # 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" # 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"