ansible-roles/mongodb/templates/mongod_jessie.conf.j2

43 lines
676 B
Plaintext
Raw Normal View History

2017-04-19 10:58:48 +02:00
# mongod.conf - {{ ansible_managed }}
# for documentation of all options, see:
# http://docs.mongodb.org/manual/reference/configuration-options/
# Where and how to store data.
storage:
dbPath: /var/lib/mongodb
journal:
enabled: true
# engine:
# mmapv1:
# wiredTiger:
# where to write logging data.
systemLog:
destination: file
logRotate: reopen
logAppend: true
path: /var/log/mongodb/mongod.log
2017-04-19 10:58:48 +02:00
# network interfaces
net:
port: {{ mongodb_port }}
bindIp: {{ mongodb_bind }}
2017-04-19 10:58:48 +02:00
processManagement:
pidFilePath: /var/lib/mongodb/mongod.lock
2017-04-19 10:58:48 +02:00
#security:
#operationProfiling:
#replication:
#sharding:
## Enterprise-Only Options:
#auditLog:
#snmp: