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
87f5c303
Unverified
Commit
87f5c303
authored
Apr 11, 2018
by
Feanil Patel
Committed by
GitHub
Apr 11, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #4469 from edx/feanil/update_datadog_uninstall
Remove the version requirement and fix the apt_key var.
parents
cbd01521
62ca642a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
playbooks/roles/datadog-uninstall/defaults/main.yml
+0
-1
playbooks/roles/datadog-uninstall/tasks/main.yml
+2
-2
No files found.
playbooks/roles/datadog-uninstall/defaults/main.yml
View file @
87f5c303
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
View file @
87f5c303
...
...
@@ -2,7 +2,7 @@
-
name
:
Remove apt key for datadog
apt_key
:
id
:
"
382E94DE"
url
:
"
{{
DATADOG_UNINSTALL_UBUNTU_APT_KEYSERVER
}}{{
common_datadog
_apt_key
}}"
url
:
"
{{
DATADOG_UNINSTALL_UBUNTU_APT_KEYSERVER
}}{{
datadog_uninstall
_apt_key
}}"
state
:
absent
-
name
:
Uninstall apt repository for datadog
...
...
@@ -13,5 +13,5 @@
-
name
:
Uninstall datadog agent
apt
:
name
:
"
datadog-agent
={{
common_datadog_agent_version
}}
"
name
:
"
datadog-agent"
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