Skip to content
Snippets Groups Projects
mongo.yml 229 B
Newer Older
vitam-prg's avatar
vitam-prg committed
---

- hosts: hosts_vitamui_mongod
  roles:
        - mongo_common
        - mongo
        - mongo_configure
        - init_bdd
        - { role: mongo-express, when: "mongo_express is defined and mongo_express|lower == 'true'"}