Git Product home page Git Product logo

ansible-role-odoo's Introduction

Role Name

Ansible role to install Odoo Community.

Requirements

This role assists in installing and configuring the Odoo Community edition. Odoo 9 and 10 can be installed on CentOS 7, but Odoo 11 requires a newer version of Python than is available on CentOS. Therefore if you still want to use the RedHat family, you will need to use Fedora 26.

Role Variables

Variable Name Default Value Description
odoo_config_file '/etc/odoo/odoo.conf' The full path to the configuration file.
odoo_enable_odoo9_repo false Should the Odoo 9 repository be configured.
odoo_enable_odoo10_repo false Should the Odoo 10 repository be configured.
odoo_enable_odoo11_repo false Should the Odoo 11 repository be configured.
odoo_install_wkhtmltopdf false Should the Wkhtmltopdf be installed.
odoo_package_name odoo The name of the Odoo package (optionally include the version number). Will need to be changed to /etc/odoo/openerp-server.conf for Odoo 9.

Example Playbook

Configure the following variables:

---
odoo_enable_odoo10_repo: true
odoo_install_wkhtmltopdf: true
odoo_settings:
  admin_passwd: XXX_TOP_SECRET_XXX
  db_host: False
  db_port: False
  db_user: odoo
  db_password: False

Then have something similar to this in your play book:

---
- name: Test playbook for the ofbiz role.
  hosts: odoo10
  roles:
    - locp-odoo

License

GPLv3

Author Information

Developed by the League of Crafty Programmers Ltd.

To raise issues or make contributions, please go to https://github.com/locp/ansible-role-odoo

ansible-role-odoo's People

Contributors

dallinb avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.