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
cbd01521
Unverified
Commit
cbd01521
authored
Apr 11, 2018
by
syed-awais-ali
Committed by
GitHub
Apr 11, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4451 from edx/aali/OPS-2950_remove_datadog_agent
remove datadog agents
parents
78ef4d16
82f71af7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
0 deletions
+20
-0
playbooks/roles/datadog-uninstall/defaults/main.yml
+3
-0
playbooks/roles/datadog-uninstall/tasks/main.yml
+17
-0
No files found.
playbooks/roles/datadog-uninstall/defaults/main.yml
0 → 100644
View file @
cbd01521
datadog_uninstall_agent_version
:
'
1:5.10.1-1'
datadog_uninstall_apt_key
:
"
0x382E94DE"
DATADOG_UNINSTALL_UBUNTU_APT_KEYSERVER
:
"
http://keyserver.ubuntu.com/pks/lookup?op=get&fingerprint=on&search="
playbooks/roles/datadog-uninstall/tasks/main.yml
0 → 100644
View file @
cbd01521
---
-
name
:
Remove apt key for datadog
apt_key
:
id
:
"
382E94DE"
url
:
"
{{
DATADOG_UNINSTALL_UBUNTU_APT_KEYSERVER
}}{{
common_datadog_apt_key
}}"
state
:
absent
-
name
:
Uninstall apt repository for datadog
apt_repository
:
repo
:
'
deb
http://apt.datadoghq.com/
stable
main'
state
:
absent
-
name
:
Uninstall datadog agent
apt
:
name
:
"
datadog-agent={{
common_datadog_agent_version
}}"
state
:
absent
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