Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
odoo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Le Filament
Ansible Roles
odoo
Commits
f17dcb2e
Commit
f17dcb2e
authored
3 years ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
Add default_maintenance_email
parent
bccdd998
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
defaults/main.yml
+3
-0
3 additions, 0 deletions
defaults/main.yml
with
5 additions
and
0 deletions
README.md
+
2
−
0
View file @
f17dcb2e
...
@@ -19,6 +19,7 @@ Variables from default directory :
...
@@ -19,6 +19,7 @@ Variables from default directory :
*
odoo_master_pass: Odoo Master Password (required for operations on database from Web interface)
*
odoo_master_pass: Odoo Master Password (required for operations on database from Web interface)
*
odoo_version: Odoo version to be deployed (defaults to 10.0)
*
odoo_version: Odoo version to be deployed (defaults to 10.0)
*
odoo_bin_name: Odoo executable (defaults to odoo-bin which is in use since version 10.0)
*
odoo_bin_name: Odoo executable (defaults to odoo-bin which is in use since version 10.0)
*
default_maintenance_email: e-mail used to generate Let's Encrypt SSL certificate
*
Custom modules to be added to Odoo sources:
*
Custom modules to be added to Odoo sources:
*
custom_modules_base_url: Where to fetch custom modules from (defaults to https://sources.le-filament.com/lefilament)
*
custom_modules_base_url: Where to fetch custom modules from (defaults to https://sources.le-filament.com/lefilament)
*
odoo_custom_modules: list of custom modules to be fetched from previous URL
*
odoo_custom_modules: list of custom modules to be fetched from previous URL
...
@@ -54,6 +55,7 @@ Example Playbook
...
@@ -54,6 +55,7 @@ Example Playbook
-
{ odoo_url: "odoo.example.org" }
-
{ odoo_url: "odoo.example.org" }
-
{ odoo_master_pass: "odooMasterPasswordToBeModified" }
-
{ odoo_master_pass: "odooMasterPasswordToBeModified" }
-
{ odoo_version: "10.0" }
-
{ odoo_version: "10.0" }
-
{ default_maintenance_email: "maintenance@example.org" }
License
License
...
...
This diff is collapsed.
Click to expand it.
defaults/main.yml
+
3
−
0
View file @
f17dcb2e
...
@@ -11,6 +11,9 @@ odoo_url: "odoo.example.org"
...
@@ -11,6 +11,9 @@ odoo_url: "odoo.example.org"
# Odoo Master password
# Odoo Master password
odoo_master_pass
:
"
odooMasterPasswordToBeModified"
odoo_master_pass
:
"
odooMasterPasswordToBeModified"
# E-mail used to generate Let's Encrypt SSL certificate
default_maintenance_email
:
"
maintenance@example.org"
# Odoo vesion and daemon name
# Odoo vesion and daemon name
odoo_version
:
"
10.0"
odoo_version
:
"
10.0"
odoo_bin_name
:
"
odoo-bin"
odoo_bin_name
:
"
odoo-bin"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment