Supported Ansible module for MongoDB
Supported Ansible modules for MongoDB. Maybe a module for self managed and Atlas.
7
votes
Albert
shared this idea
-
Fabio commented
I have automated the OpsManager deployment (only on-premise), then creation and configuration of OpsManager projects. I have managed to do most tasks:
* calling the OpsManager API (uri Ansible module) or
* using mongocli (command Ansible module)Then, after each operation, we have to wait for the changes to be applied (using another mongocli command).
It would be nice if there was a mongodb_opsmanager Ansible module, that wrapped around the OpsManager API and included the possibility to wait for changes to be applied.
-
Albert commented
Maybe use the command module and call out mongocli.