source: main/waeup-ansible/odoo.yml @ 16825

Last change on this file since 16825 was 14912, checked in by uli, 7 years ago

Run odoo in proxy-mode.

File size: 357 bytes
Line 
1---
2# This ansible-playbook installs odoo v11
3#
4# What it does:
5#   - install postgresql
6#   - install odoo (nightly build version)
7#   - enable proxy mode [0]
8#
9# [0]: http://www.odoo.com/documentation/11.0/setup/deploy.html#https
10#
11# It will normally be run like this:
12#
13#  ansible-playbook -b -i v8.waeup.org, odoo.yml
14#
15- hosts: all
16  roles:
17    - odoo
Note: See TracBrowser for help on using the repository browser.