You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
329 B
10 lines
329 B
---
|
|
|
|
- name: Configure MongoDB repository
|
|
yum_repository:
|
|
name: mongodb
|
|
description: MongoDB
|
|
baseurl: https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/{{ mongo_major_version }}/$basearch/
|
|
gpgcheck: True
|
|
gpgkey: https://www.mongodb.org/static/pgp/server-{{ mongo_major_version }}.asc
|
|
tags: repo
|
|
|