mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-27 23:53:18 +02:00
17 lines
345 B
Plaintext
17 lines
345 B
Plaintext
![]() |
systemLog:
|
||
|
destination: syslog
|
||
|
processManagement:
|
||
|
fork: true
|
||
|
pidFilePath: /var/run/mongodb/mongod.pid
|
||
|
net:
|
||
|
port: {{ mongo_port }}
|
||
|
bindIp: 0.0.0.0
|
||
|
bindIpAll: true
|
||
|
unixDomainSocket:
|
||
|
pathPrefix: /var/run/mongodb
|
||
|
security:
|
||
|
authorization: {{ mongo_auth | ternary('enabled','disabled') }}
|
||
|
storage:
|
||
|
dbPath: {{ mongo_db_path }}
|
||
|
|