Skip to content
Snippets Groups Projects
Commit f17dcb2e authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

Add default_maintenance_email

parent bccdd998
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
...@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment