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

Last change on this file since 14911 was 14908, checked in by uli, 7 years ago

Provide a oneliner to equip hosts with odoo.

File size: 214 bytes
Line 
1---
2# This ansible-playbook installs odoo v11
3#
4# What it does:
5#   - install postgresql
6#
7# It will normally be run like this:
8#
9#  ansible-playbook -b -i h8.waeup.org, odoo.yml
10#
11- hosts: all
12  roles:
13    - odoo
Note: See TracBrowser for help on using the repository browser.