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
OpenEdx
configuration
Commits
ced40641
Commit
ced40641
authored
Oct 31, 2014
by
Feanil Patel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to use the stable ppa for datadog.
Remove the old repository. Explicitly control the version of Datadog.
parent
d91f5463
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
playbooks/roles/datadog/defaults/main.yml
+2
-0
playbooks/roles/datadog/tasks/main.yml
+7
-2
No files found.
playbooks/roles/datadog/defaults/main.yml
View file @
ced40641
---
---
DATADOG_API_KEY
:
"
SPECIFY_KEY_HERE"
DATADOG_API_KEY
:
"
SPECIFY_KEY_HERE"
datadog_agent_version
:
'
1:5.0.4-516'
datadog_apt_key
:
"
0x226AE980C7A7DA52"
datadog_apt_key
:
"
0x226AE980C7A7DA52"
datadog_debian_pkgs
:
datadog_debian_pkgs
:
-
apparmor-utils
-
apparmor-utils
...
...
playbooks/roles/datadog/tasks/main.yml
View file @
ced40641
...
@@ -26,13 +26,18 @@
...
@@ -26,13 +26,18 @@
tags
:
tags
:
-
datadog
-
datadog
-
name
:
remove unstable apt repository
apt_repository_1.8
:
repo='deb http://apt.datadoghq.com/ unstable main' validate_certs=no state=absent
tags
:
-
datadog
-
name
:
install apt repository
-
name
:
install apt repository
apt_repository_1.8
:
repo='deb http://apt.datadoghq.com/
un
stable main' update_cache=yes validate_certs=no
apt_repository_1.8
:
repo='deb http://apt.datadoghq.com/ stable main' update_cache=yes validate_certs=no
tags
:
tags
:
-
datadog
-
datadog
-
name
:
install datadog agent
-
name
:
install datadog agent
apt
:
pkg="datadog-agent"
apt
:
pkg="datadog-agent
={{ datadog_agent_version }}
"
tags
:
tags
:
-
datadog
-
datadog
...
...
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