mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-09 13:05:45 +00:00
7 lines
331 B
YAML
7 lines
331 B
YAML
---
|
|
|
|
mongodb_repository:
|
|
"2.6": "deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen"
|
|
"3.0": "deb http://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_release }}/mongodb-org/3.0 multiverse"
|
|
"3.2": "deb http://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_release }}/mongodb-org/3.2 multiverse"
|