forked from ansible-collections/community.mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
galaxy.yml
34 lines (34 loc) · 1.15 KB
/
galaxy.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
namespace: community
name: mongodb
version: 1.5.1
readme: README.md
authors:
- Ansible (https://github.com/ansible)
- Rhys Campbell (https://github.com/rhysmeister)
- Andrew Klychkov (https://github.com/Andersson007)
- Marcos Diez (https://github.com/marcosdiez)
- Elliott Foster (http://fourkitchens.com)
- Loic Blot (http://www.infopro-digital.com/)
- Matt Martz (https://github.com/sivel)
- Jacob Floyd (https://github.com/cognifloyd)
description: MongoDB related Ansible Roles, Modules, and Plugins
license_file: COPYING
tags:
- mongodb
- database
- nosql
dependencies:
# pam_limits module in mongodb_linux role; role tests use pids module
community.general: '>=1.0.0'
# sysctl module in mongodb_linux role
ansible.posix: '>=1.0.0'
# role tests use openssl_ modules
# community.crypto: '>=1.0.0'
repository: https://github.com/ansible-collections/community.mongodb
documentation: https://github.com/ansible-collections/community.mongodb/tree/master/docs
homepage: https://github.com/ansible-collections/community.mongodb
issues: https://github.com/ansible-collections/community.mongodb
build_ignore:
- 'tests/*'
- '*.tar.gz'
- 'docs/*'