ansible-roles/mongodb/templates/mongod.conf.j2
2017-07-03 17:36:04 +02:00

43 lines
673 B
Django/Jinja

# 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: {{ mongodb_logfile_path }}
# network interfaces
net:
port: {{ mongodb_port }}
bindIp: {{ mongodb_bind }}
processManagement:
pidFilePath: {{ mongodb_pidfile_path }}
#security:
#operationProfiling:
#replication:
#sharding:
## Enterprise-Only Options:
#auditLog:
#snmp: