Repository URL to install this package:
|
Version:
6.0.0 ▾
|
| .. |
| defaults |
| meta |
| molecule |
| tasks |
| .yamllint |
| README.md |
Configures a repository for MongoDB on Debian and RedHat based platforms.
The following two dictionaries provide configuration details for the MongoDB repositories. Most users should not need to change these.
debian: apt_key_url: Apt Key Url. apt_repository_repo: Apr repository string. redhat: rpm_key_key: Rpm Key Url. yum_baseurl: Yum repository base url. yum_gpgkey: Yum repository gpg key. yum_gpgcheck: Enable or disable gpg check. Boolean. yum_description: Yum Repository Description.
Set mongodb_version to 4.0.
- hosts: servers roles: - { role: mongodb_repository, mongodb_version: "4.0" }
BSD
Rhys Campbell (https://github.com/rhysmeister)