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.
25 lines
652 B
YAML
25 lines
652 B
YAML
5 years ago
|
---
|
||
|
# defaults file for test_mongodb_replicaset
|
||
|
mongodb_replicaset1: rs1
|
||
|
mongodb_replicaset2: rs2
|
||
|
mongodb_replicaset3: rs3
|
||
|
mongodb_replicaset4: rs4
|
||
|
mongodb_replicaset5: rs5
|
||
|
mongodb_replicaset6: rs6
|
||
|
mongodb_replicaset7: rs7
|
||
|
mongodb_replicaset8: rs8
|
||
|
test_mongo_auth: yes
|
||
|
mongodb_admin_user: test_root
|
||
|
mongodb_admin_password: saE_Rr9!gE6gh#e~R#nZ
|
||
|
debug: False
|
||
|
mongodb_nodes:
|
||
|
- 3001
|
||
|
- 3002
|
||
|
- 3003
|
||
|
mongod_auth: false
|
||
|
kill_signal: SIGTERM
|
||
|
# Should be one of
|
||
|
mongod_storage_engine_opts: "--storageEngine wiredTiger --wiredTigerEngineConfigString='cache_size=200M'"
|
||
|
#mongod_storage_engine_opts: "--storageEngine mmapv1 --nojournal"
|
||
|
mongodb_user: mongodb
|