mirror of
https://github.com/dap-ps/infra-dapps.git
synced 2025-02-24 09:58:19 +00:00
Description
This role configures a MongoDB container using the mongo
Docker image.
Configuration
mongo_db_name: mydb
mongo_db_user: test
mongo_db_pass: test-user-password
Backups
Setup of backups created via the mongodump
utility.
The backups end up in:
mongo_backup_path: '/var/tmp/backups'
Known Issues
TODO