Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
4fa2e5f2
Commit
4fa2e5f2
authored
Jul 02, 2014
by
Fred Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
new plays for roles
parent
154a6a78
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
0 deletions
+37
-0
playbooks/edx-east/aide.yml
+12
-0
playbooks/edx-east/mongo.yml
+13
-0
playbooks/edx-east/snort.yml
+12
-0
No files found.
playbooks/edx-east/aide.yml
0 → 100644
View file @
4fa2e5f2
-
name
:
Deploy aide IDS
hosts
:
all
sudo
:
True
gather_facts
:
True
roles
:
-
aide
-
role
:
datadog
when
:
COMMON_ENABLE_DATADOG
-
role
:
splunkforwarder
when
:
COMMON_ENABLE_SPLUNKFORWARDER
-
role
:
newrelic
when
:
COMMON_ENABLE_NEWRELIC
playbooks/edx-east/mongo.yml
0 → 100644
View file @
4fa2e5f2
-
name
:
Deploy MongoDB
hosts
:
all
sudo
:
True
gather_facts
:
True
roles
:
-
mongo
-
mongo_mms
-
role
:
datadog
when
:
COMMON_ENABLE_DATADOG
-
role
:
splunkforwarder
when
:
COMMON_ENABLE_SPLUNKFORWARDER
-
role
:
newrelic
when
:
COMMON_ENABLE_NEWRELIC
playbooks/edx-east/snort.yml
0 → 100644
View file @
4fa2e5f2
-
name
:
Deploy snort IDS
hosts
:
all
sudo
:
True
gather_facts
:
True
roles
:
-
snort
-
role
:
datadog
when
:
COMMON_ENABLE_DATADOG
-
role
:
splunkforwarder
when
:
COMMON_ENABLE_SPLUNKFORWARDER
-
role
:
newrelic
when
:
COMMON_ENABLE_NEWRELIC
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment