Go to file
Robert Kaussow 6752f27f22
All checks were successful
continuous-integration/drone/push Build is passing
remove lvm integration
2019-10-21 23:41:14 +02:00
defaults remove lvm integration 2019-10-21 23:41:14 +02:00
handlers add missing become_user 2019-01-13 23:35:18 +01:00
meta fix ansible guideine errors 2019-01-12 14:40:16 +01:00
molecule refactor ci pipeline 2019-10-17 21:35:41 +02:00
tasks remove lvm integration 2019-10-21 23:41:14 +02:00
templates/etc fix ansible_managed handling 2019-08-28 10:55:24 +02:00
vars enable molecule 2019-08-04 23:18:47 +02:00
.drone.jsonnet refactor ci pipeline 2019-10-17 21:35:41 +02:00
.drone.yml refactor ci pipeline 2019-10-17 21:35:41 +02:00
.gitignore refactor ci pipeline 2019-10-17 21:35:41 +02:00
HEADER.md refactor ci pipeline 2019-10-17 21:35:41 +02:00
LICENSE Initial commit 2017-07-14 22:28:21 +02:00
README.md [SKIP CI] update readme 2019-10-17 19:38:55 +00:00

xoxys.mongodb

Build Status

Setup mongodb database

Table of content


Default Variables

mongodb_version

Default value

mongodb_version: 3.6

mongodb_system_user

Default value

mongodb_system_user: mongod

mongodb_system_group

Default value

mongodb_system_group: mongod

mongodb_packages_extra

Default value

mongodb_packages_extra: []

mongodb_storage_dbpath

Default value

mongodb_storage_dbpath: /var/lib/mongo

mongodb_storage_journal_enabled

Default value

mongodb_storage_journal_enabled: true

mongodb_systemlog_destination

Default value

mongodb_systemlog_destination: file

mongodb_systemlog_logappend

Default value

mongodb_systemlog_logappend: true

mongodb_systemlog_path

Default value

mongodb_systemlog_path: /var/log/mongodb/mongod.log

mongodb_rbac_enabled

Default value

mongodb_rbac_enabled: false

mongodb_user_admin_name

Default value

mongodb_user_admin_name: mongoadm

mongodb_user_admin_password

Default value

mongodb_user_admin_password: secure

mongodb_lvm_enabled

Default value

mongodb_lvm_enabled: false

mongodb_net_bindip

Default value

mongodb_net_bindip:
  - 127.0.0.1

mongodb_net_http_enabled

Default value

mongodb_net_http_enabled: false

mongodb_net_ipv6_enabled

Default value

mongodb_net_ipv6_enabled: false

mongodb_net_maxconns

Default value

mongodb_net_maxconns: 51200

mongodb_net_port

Default value

mongodb_net_port: 27017

mongodb_processmanagement_fork_enabled

Default value

mongodb_processmanagement_fork_enabled: true

Dependencies

None.

License

MIT

Author

xoxys