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
fc7f072c
Commit
fc7f072c
authored
Dec 19, 2017
by
Cory Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
OPS-2554 Remove debian specific bits from the splunk runbook that dont successfully run
parent
0ae57c0f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
6 deletions
+1
-6
playbooks/edx-east/splunk.yml
+0
-5
playbooks/roles/splunk-server/tasks/main.yml
+1
-1
No files found.
playbooks/edx-east/splunk.yml
View file @
fc7f072c
...
...
@@ -6,9 +6,4 @@
gather_facts
:
True
vars
:
roles
:
-
aws
-
splunk-server
-
role
:
datadog
when
:
COMMON_ENABLE_DATADOG
-
role
:
newrelic
when
:
COMMON_ENABLE_NEWRELIC
playbooks/roles/splunk-server/tasks/main.yml
View file @
fc7f072c
...
...
@@ -44,7 +44,7 @@
owner
:
splunk
group
:
splunk
mode
:
"
0400"
when
:
SPLUNK_SSL_CERT is defined
and SPLUNK_SSL_CERT | length > 0
when
:
SPLUNK_SSL_CERT is defined
with_together
:
-
[
forwarder.pem
,
cacert.pem
]
-
[
"
{{
SPLUNK_SSL_CERT
}}"
,
"
{{
SPLUNK_SSL_ROOT_CA
}}"
]
...
...
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