Delete unused variables
This commit is contained in:
parent
abf8ded23e
commit
527214bcc9
|
@ -1,11 +1,8 @@
|
|||
---
|
||||
|
||||
mongodb_enabled: true
|
||||
|
||||
mongodb_package: mongodb-org
|
||||
|
||||
mongodb_additional_packages:
|
||||
- python-selinux
|
||||
- python-pymongo
|
||||
|
||||
mongodb_user: mongodb
|
||||
|
@ -36,11 +33,6 @@ mongodb_conf_replIndexPrefetch: "all" # specify index prefetching be
|
|||
mongodb_conf_oplogSize: 512 # specifies a maximum size in megabytes for the replication operation log
|
||||
mongodb_conf_keyFile: /etc/mongodb-keyfile # Specify path to keyfile with password for inter-process authentication
|
||||
|
||||
mongodb_shell: {} # Define mongo shell commands to run
|
||||
# Syntax: mongodb_shell:
|
||||
# dbname:
|
||||
# - db.setProfilingLevel(1, 50)
|
||||
|
||||
# MMS Agent
|
||||
mongodb_mms_agent_pkg: https://mms.mongodb.com/download/agent/automation/mongodb-mms-automation-agent-manager_1.4.2.783-1_amd64.deb
|
||||
mongodb_mms_group_id: ""
|
||||
|
|
Loading…
Reference in New Issue