2014-06-04 15:03:58 +00:00
|
|
|
---
|
|
|
|
|
2015-02-17 09:01:36 +00:00
|
|
|
- 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 != ""
|