source:
main/waeup-ansible/odoo.yml
@
14910
Last change on this file since 14910 was 14908, checked in by , 8 years ago | |
---|---|
File size: 214 bytes |
Rev | Line | |
---|---|---|
[14908] | 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.