mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-16 18:23:40 +02:00
11 lines
329 B
YAML
11 lines
329 B
YAML
---
|
|
|
|
- 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
|