diff --git a/roles/mongodb/templates/mongod.conf.j2 b/roles/mongodb/templates/mongod.conf.j2 deleted file mode 100644 index dd90429..0000000 --- a/roles/mongodb/templates/mongod.conf.j2 +++ /dev/null @@ -1,23 +0,0 @@ - -systemLog: - destination: file - logAppend: true - path: /var/log/mongodb/mongod.log - -storage: - dbPath: /srv/mongodb - journal: - enabled: true - -processManagement: - fork: true - pidFilePath: /var/run/mongodb/mongod.pid - timeZoneInfo: /usr/share/zoneinfo - -net: - port: 27017 - bindIpAll: true - tls: - mode: requireTLS - certificateKeyFile: {{ tls_private }}/mongodb.pem - CAFile: {{ tls_certs }}/ca.crt