Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
docker_odoo
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté GitLab
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Le Filament
Ansible Roles
docker_odoo
Validations
7e7180c1
Valider
7e7180c1
rédigé
2 mars 2021
par
remi-filament
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Add clarification that URL should be without protocol in front
parent
9c6f6967
Branches
Branches contenant la validation
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Afficher les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
README.md
+4
-2
4 ajouts, 2 suppressions
README.md
avec
4 ajouts
et
2 suppressions
README.md
+
4
−
2
Voir le fichier @
7e7180c1
...
...
@@ -52,7 +52,7 @@ backup_sftp_user: "{{ SERVER_backup_sftp_user }}"
#
By
default,
an
Odoo
server
is
deployed
with
both
prod
and
test
instances.
#
By
default,
all
variables
for
test
instance
are
copied
from
prod
one,
but
URL
and
database
name
odoo_prod:
#
PROD
URL
#
PROD
URL
(only
sub.domain
without
https://
in
front)
url:
"{{ SERVER_odoo_url }}"
master_pass:
"{{ SERVER_odoo_master_pass }}"
#
Database
identifiers
user
and
password
...
...
@@ -102,6 +102,7 @@ odoo_prod:
branch:
12.0
-mig-account_bank_statement_import_ofx
modules:
-
account_bank_statement_import_ofx
#
Other
URLs
that
should
be
allowed
connecting
to
(only
sub.domain
without
https://
in
front)
extra_urls:
-
"sso.le-filament.com"
...
...
@@ -109,7 +110,7 @@ odoo_nonprod_instances:
-
name:
odoo_test
#
Directory
where
this
test
instance
will
be
installed
on
server
dir:
"odootest"
#
TEST
URL
#
TEST
URL
(only
sub.domain
without
https://
in
front)
url:
"{{ SERVER_odoo_test_url }}"
#
OPTIONAL
for
when
prod
instance
not
deployed
on
server
#
Hostname
of
server
where
prod
server
is
installed
(required
for
retrieving
prod
database
on
test
ones)
...
...
@@ -125,6 +126,7 @@ odoo_nonprod_instances:
custom_modules_oca:
"{{ odoo_prod.custom_modules_oca | default([]) }}"
other_repos:
"{{ odoo_prod.other_repos | default([]) }}"
other_modules:
"{{ odoo_prod.other_modules | default([]) }}"
#
Other
URLs
that
should
be
allowed
connecting
to
(only
sub.domain
without
https://
in
front)
extra_urls:
-
"sso.le-filament.com"
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter