mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-12 06:24:14 +00:00
Removing support for mongo 3.7 on amazonlinux
This commit is contained in:
parent
ac4e50be27
commit
3490662522
@ -85,11 +85,6 @@ env:
|
||||
DISTRIBUTION=centos
|
||||
DIST_VERSION=7-builded
|
||||
MONGODB_VERSION=3.4
|
||||
- >
|
||||
DISTRIBUTION=amazonlinux
|
||||
DIST_VERSION=2-builded
|
||||
MONGODB_VERSION=3.7
|
||||
MONGODB_PACKAGE=mongodb-org-unstable
|
||||
- >
|
||||
DISTRIBUTION=amazonlinux
|
||||
DIST_VERSION=2-builded
|
||||
|
@ -1,11 +1,8 @@
|
||||
---
|
||||
|
||||
mongodb_repository:
|
||||
"3.7": "https://repo.mongodb.org/yum/amazon/2/mongodb-org/3.7/x86_64/"
|
||||
"4.0": "https://repo.mongodb.org/yum/amazon/2/mongodb-org/4.0/x86_64/"
|
||||
|
||||
mongodb_repository_gpgkey:
|
||||
"3.7": "https://www.mongodb.org/static/pgp/server-3.7.asc"
|
||||
"4.0": "https://www.mongodb.org/static/pgp/server-4.0.asc"
|
||||
|
||||
mongodb_pidfile_path: "{{ '/var/run/mongodb/mongod.pid' if ('mongodb-org' in mongodb_package) else '' }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user