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