mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-22 19:19:30 +00:00
bc790326ab
Updating systemd detection by getting PID 1 command line instead of checking systemd folder. This to avoid issues with Docker for example.
17 lines
291 B
YAML
17 lines
291 B
YAML
---
|
|
|
|
- include: install.deb.yml
|
|
when: ansible_os_family == 'Debian'
|
|
tags: [mongodb]
|
|
|
|
- include: configure.yml
|
|
tags: [mongodb]
|
|
|
|
- include: replication.yml
|
|
when: mongodb_conf_replSet != ""
|
|
tags: [mongodb]
|
|
|
|
- include: mms-agent.yml
|
|
when: mongodb_mms_api_key != ""
|
|
tags: [mongodb]
|