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
e3d1b94c
Commit
e3d1b94c
authored
Apr 06, 2018
by
syed-awais-ali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove datadog agents
parent
52e0f17f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
26 additions
and
0 deletions
+26
-0
playbooks/roles/common/tasks/main.yml
+22
-0
playbooks/roles/common_vars/defaults/main.yml
+4
-0
No files found.
playbooks/roles/common/tasks/main.yml
View file @
e3d1b94c
...
...
@@ -200,3 +200,25 @@
-
"
install"
-
"
install:configuration"
-
"
logrotate"
-
name
:
Remove apt key for datadog
apt_key
:
id
:
"
382E94DE"
url
:
"
{{
COMMON_UBUNTU_APT_KEYSERVER
}}{{
common_datadog_apt_key
}}"
state
:
absent
tags
:
-
COMMON_DISABLE_DATADOG
-
name
:
Uninstall apt repository for datadog
apt_repository
:
repo
:
'
deb
http://apt.datadoghq.com/
stable
main'
state
:
absent
tags
:
-
COMMON_DISABLE_DATADOG
-
name
:
Uninstall datadog agent
apt
:
name
:
"
datadog-agent={{
common_datadog_agent_version
}}"
state
:
absent
tags
:
-
COMMON_DISABLE_DATADOG
playbooks/roles/common_vars/defaults/main.yml
View file @
e3d1b94c
...
...
@@ -225,3 +225,7 @@ COMMON_JWT_SECRET_KEY: 'SET-ME-PLEASE'
CREATE_SERVICE_WORKER_USERS
:
True
COMMON_ENABLE_AWS_ROLE
:
true
COMMON_DISABLE_DATADOG
:
false
common_datadog_agent_version
:
'
1:5.10.1-1'
common_datadog_apt_key
:
"
0x382E94DE"
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