mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-17 15:36:23 +00:00
14 lines
262 B
YAML
14 lines
262 B
YAML
---
|
|
|
|
- include: install.deb.yml
|
|
when: ansible_os_family == 'Debian'
|
|
|
|
- include: configure.yml
|
|
|
|
- name: Ensure mongodb is started
|
|
service: name=mongod state=started enabled=yes
|
|
changed_when: False
|
|
|
|
- include: mms-agent.yml
|
|
when: mongodb_mms_api_key != ""
|