mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
528 B
YAML
17 lines
528 B
YAML
5 years ago
|
---
|
||
|
# defaults file for test_mongodb_shard
|
||
|
mongodb_replicaset1: rs1
|
||
|
mongodb_replicaset2: rs2
|
||
|
configsrv_replicaset: cfg
|
||
|
test_mongo_auth: yes
|
||
|
mongodb_admin_user: test_root
|
||
|
mongodb_admin_password: saE_Rr9!gE6gh#e~R#nZ
|
||
|
debug: yes
|
||
|
mongod_auth: false
|
||
|
kill_signal: SIGTERM
|
||
|
# Should be one of
|
||
|
# --storageEngine wiredTiger --wiredTigerEngineConfigString="cache_size=200M"
|
||
|
# --storageEngine mmapv1 --nojournal
|
||
|
mongod_storage_engine_opts: "--storageEngine wiredTiger --wiredTigerEngineConfigString='cache_size=200M'"
|
||
|
mongodb_user: mongodb
|