commit 88f0d6989d
Author: Robert Kaussow <mail@thegeeklab.de> Date: Thu Mar 3 21:15:47 2022 +0100 chore: add auto-generated _docs folder to gitignore file
This commit is contained in:
parent
5cb39604f4
commit
9618741bf7
46
index.md
46
index.md
@ -3,31 +3,31 @@ title: mongodb
|
||||
type: docs
|
||||
---
|
||||
|
||||
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.mongodb) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.mongodb?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.mongodb) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.mongodb/src/branch/master/LICENSE)
|
||||
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.mongodb) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.mongodb?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.mongodb) [![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://gitea.rknet.org/ansible/xoxys.mongodb/src/branch/master/LICENSE)
|
||||
|
||||
Setup a [mongoDB](https://www.mongodb.com/) database. MongoDB is a general purpose, document-based, distributed database built for modern application developers and for the cloud era.
|
||||
|
||||
* [Default Variables](#default-variables)
|
||||
* [mongodb_net_bindip](#mongodb_net_bindip)
|
||||
* [mongodb_net_http_enabled](#mongodb_net_http_enabled)
|
||||
* [mongodb_net_ipv6_enabled](#mongodb_net_ipv6_enabled)
|
||||
* [mongodb_net_maxconns](#mongodb_net_maxconns)
|
||||
* [mongodb_net_port](#mongodb_net_port)
|
||||
* [mongodb_packages](#mongodb_packages)
|
||||
* [mongodb_packages_extra](#mongodb_packages_extra)
|
||||
* [mongodb_processmanagement_fork_enabled](#mongodb_processmanagement_fork_enabled)
|
||||
* [mongodb_rbac_enabled](#mongodb_rbac_enabled)
|
||||
* [mongodb_storage_dbpath](#mongodb_storage_dbpath)
|
||||
* [mongodb_storage_journal_enabled](#mongodb_storage_journal_enabled)
|
||||
* [mongodb_system_group](#mongodb_system_group)
|
||||
* [mongodb_system_user](#mongodb_system_user)
|
||||
* [mongodb_systemlog_destination](#mongodb_systemlog_destination)
|
||||
* [mongodb_systemlog_logappend](#mongodb_systemlog_logappend)
|
||||
* [mongodb_systemlog_path](#mongodb_systemlog_path)
|
||||
* [mongodb_user_admin_name](#mongodb_user_admin_name)
|
||||
* [mongodb_user_admin_password](#mongodb_user_admin_password)
|
||||
* [mongodb_version](#mongodb_version)
|
||||
* [Dependencies](#dependencies)
|
||||
- [Default Variables](#default-variables)
|
||||
- [mongodb_net_bindip](#mongodb_net_bindip)
|
||||
- [mongodb_net_http_enabled](#mongodb_net_http_enabled)
|
||||
- [mongodb_net_ipv6_enabled](#mongodb_net_ipv6_enabled)
|
||||
- [mongodb_net_maxconns](#mongodb_net_maxconns)
|
||||
- [mongodb_net_port](#mongodb_net_port)
|
||||
- [mongodb_packages](#mongodb_packages)
|
||||
- [mongodb_packages_extra](#mongodb_packages_extra)
|
||||
- [mongodb_processmanagement_fork_enabled](#mongodb_processmanagement_fork_enabled)
|
||||
- [mongodb_rbac_enabled](#mongodb_rbac_enabled)
|
||||
- [mongodb_storage_dbpath](#mongodb_storage_dbpath)
|
||||
- [mongodb_storage_journal_enabled](#mongodb_storage_journal_enabled)
|
||||
- [mongodb_system_group](#mongodb_system_group)
|
||||
- [mongodb_system_user](#mongodb_system_user)
|
||||
- [mongodb_systemlog_destination](#mongodb_systemlog_destination)
|
||||
- [mongodb_systemlog_logappend](#mongodb_systemlog_logappend)
|
||||
- [mongodb_systemlog_path](#mongodb_systemlog_path)
|
||||
- [mongodb_user_admin_name](#mongodb_user_admin_name)
|
||||
- [mongodb_user_admin_password](#mongodb_user_admin_password)
|
||||
- [mongodb_version](#mongodb_version)
|
||||
- [Dependencies](#dependencies)
|
||||
|
||||
---
|
||||
|
||||
@ -187,6 +187,8 @@ mongodb_user_admin_password: secure
|
||||
mongodb_version: 3.6
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Dependencies
|
||||
|
||||
None.
|
||||
|
Loading…
Reference in New Issue
Block a user