Can I use the ansible to give such commands:
$ ./odoo-bin shell
$ from openerp.service import db
db.exp_create_database('dbname',False,'ru_RU','admin','admin')
or
$ ./odoo-bin -d dbname -i crm,sale --without-demo=all
If yes, then please help how it can be done.
Thanks!