-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
|
||
roles: | ||
- geerlingguy.nodejs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
--- | ||
|
||
- include: mumble.yml | ||
- name: Import mumble tasks | ||
import_tasks: mumble.yml | ||
|
||
- include: mumble-web.yml | ||
- name: Import mumble-web tasks | ||
import_tasks: mumble-web.yml | ||
when: mumble_web | ||
tags: mumble-web | ||
|
||
- include: monitoring.yml | ||
- name: Import monitoring tasks | ||
import_tasks: monitoring.yml | ||
when: murmur_monitoring_monit_enabled or murmur_monitoring_munin_enabled | ||
|
||
- include: goss.yml | ||
- name: Import goss tasks | ||
import_tasks: goss.yml | ||
tags: | ||
- goss |