This role is designed to wrap up odoo PM into debian buster containers
All pre-requisites are embeded into the compose files
- docker_service_state:
- docker_service_enabled:
- docker_users:
This variable could be uded to segragate odoo network from default docker network bridge ==> Next Step for my setup
- odoo_network_name:
Define inventory and ensure server hostname is reachable from ansible host and run the bellow playbook as shown
-
hosts: your_server_hosname
- become: true
- roles:
- OdooDockerAnsibRole
-
user@ansiblehost# ansible-playbook -i inventory playbook.yaml License
Use at your risk and do not forget to ping when enhanced
Check meta for contact info
##### Next step
- review README
- Use a odoo conf file with local volume
- Add Security features
- Improvement