mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-22 19:19:30 +00:00
13 lines
219 B
YAML
13 lines
219 B
YAML
---
|
|
|
|
- include: install.deb.yml
|
|
when: ansible_os_family == 'Debian'
|
|
|
|
- include: configure.yml
|
|
|
|
- include: replication.yml
|
|
when: mongodb_conf_replSet != ""
|
|
|
|
- include: mms-agent.yml
|
|
when: mongodb_mms_api_key != ""
|