This collection contains Ansible modules to provision and automate the cloud offering of MongoDB via API.
Required Ansible version: 2.9
These modules are distributed as collections. To install them, run:
ansible-galaxy collection install t_systems_mms.mongodb_atlas
Alternatively put the collection into a requirements.yml
-file:
---
collections:
- t_systems_mms.mongodb_atlas
Our modules include documentation.
You can find the complete documentation for the modules in the docs-folder.
To display it on the command-line you can use the ansible-doc
command.
GPLv3
- Martin Schurz