Skip to content

Commit 30c2bc3

Browse files
author
Sergei Antipov
committed
mongodb.yml -> main.yml
1 parent 5c04b2c commit 30c2bc3

File tree

2 files changed

+10
-22
lines changed

2 files changed

+10
-22
lines changed

tasks/main.yml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
---
22

3-
- include: mongodb.yml
4-
when: mongodb_enabled
5-
tags: [mongodb]
3+
- include: install.deb.yml
4+
when: ansible_os_family == 'Debian'
5+
6+
- include: configure.yml
7+
8+
- include: replication.yml
9+
when: mongodb_conf_replSet != ""
10+
11+
- include: mms-agent.yml
12+
when: mongodb_mms_api_key != ""

tasks/mongodb.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

0 commit comments

Comments
 (0)