odoo_create.yml 338 B

1234567891011121314151617
  1. ---
  2. # This playbook create a new container for odoo 8.0
  3. - hosts: all
  4. remote_user: administrador
  5. vars_prompt:
  6. - name: "odoo_system_name"
  7. prompt: "What's the system name?"
  8. private: no
  9. - name: "odoo_system_port"
  10. prompt: "What's the system port?"
  11. default: 8069
  12. private: no
  13. roles:
  14. - common