cleanup readme
This commit is contained in:
parent
7af4d40f25
commit
0bc2388097
198
README.md
198
README.md
@ -1,202 +1,14 @@
|
|||||||
# xoxys.mongodb
|
# xoxys.mongodb
|
||||||
|
|
||||||
[![Build Status](https://drone.rknet.org/api/badges/ansible/xoxys.mongodb/status.svg)](https://drone.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)
|
||||||
|
|
||||||
|
|
||||||
Setup mongodb database
|
Setup mongodb database
|
||||||
|
|
||||||
## Table of content
|
### License
|
||||||
|
|
||||||
* [Default Variables](#default-variables)
|
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
|
||||||
* [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)
|
|
||||||
* [License](#license)
|
|
||||||
* [Author](#author)
|
|
||||||
|
|
||||||
---
|
### Maintainers and Contributors
|
||||||
|
|
||||||
## Default Variables
|
[Robert Kaussow](https://gitea.rknet.org/xoxys)
|
||||||
|
|
||||||
### mongodb_net_bindip
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_net_bindip:
|
|
||||||
- 127.0.0.1
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_net_http_enabled
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_net_http_enabled: false
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_net_ipv6_enabled
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_net_ipv6_enabled: false
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_net_maxconns
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_net_maxconns: 51200
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_net_port
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_net_port: 27017
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_packages
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_packages:
|
|
||||||
- mongodb-org
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_packages_extra
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_packages_extra: []
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_processmanagement_fork_enabled
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_processmanagement_fork_enabled: true
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_rbac_enabled
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_rbac_enabled: false
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_storage_dbpath
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_storage_dbpath: /var/lib/mongo
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_storage_journal_enabled
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_storage_journal_enabled: true
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_system_group
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_system_group: mongod
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_system_user
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_system_user: mongod
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_systemlog_destination
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_systemlog_destination: file
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_systemlog_logappend
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_systemlog_logappend: true
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_systemlog_path
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_systemlog_path: /var/log/mongodb/mongod.log
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_user_admin_name
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_user_admin_name: mongoadm
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_user_admin_password
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_user_admin_password: secure
|
|
||||||
```
|
|
||||||
|
|
||||||
### mongodb_version
|
|
||||||
|
|
||||||
#### Default value
|
|
||||||
|
|
||||||
```YAML
|
|
||||||
mongodb_version: 3.6
|
|
||||||
```
|
|
||||||
|
|
||||||
## Dependencies
|
|
||||||
|
|
||||||
None.
|
|
||||||
|
|
||||||
## License
|
|
||||||
|
|
||||||
MIT
|
|
||||||
|
|
||||||
## Author
|
|
||||||
|
|
||||||
[xoxys](https://gitea.rknet.org/xoxys)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user