roles/mongodb: Add MongoDB deployment
The *mongodb* role installs MongoDB from the *mongodb.org* Yum repository and manages basic server configuration.
This commit is contained in:
6
roles/mongodb/templates/mongodb.repo.j2
Normal file
6
roles/mongodb/templates/mongodb.repo.j2
Normal file
@@ -0,0 +1,6 @@
|
||||
[mongodb-org-{{ mongodb_version }}]
|
||||
name=MongoDB Repository
|
||||
baseurl=https://repo.mongodb.org/yum/redhat/7/mongodb-org/{{ mongodb_version }}/x86_64/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=https://www.mongodb.org/static/pgp/server-{{ mongodb_version }}.asc
|
||||
Reference in New Issue
Block a user