10 lines
359 B
YAML
Raw Normal View History

2016-04-17 19:43:00 +06:00
---
mongodb_net_port: 30000
2019-05-09 16:42:06 +02:00
mongodb_storage_journal_enabled: "{{ mongodb_major_version | version_compare('4.0', '>=') }}"
2016-04-17 19:43:00 +06:00
mongodb_storage_smallfiles: true
mongodb_storage_prealloc: false
mongodb_replication_params:
- host_name: "{{ hostvars[inventory_hostname].ansible_default_ipv4.address }}"
host_port: "{{ mongodb_net_port }}"
host_type: arbiter