Commit 2cc2d59a by Feanil Patel

Update the datadog role to use the apt_key ansible module.

parent 269a8231
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
# #
- name: datadog | add apt key - name: datadog | add apt key
shell: apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C7A7DA52 apt_key: id=C7A7DA52 url={{datadog_apt_key}} state=present
tags: tags:
- datadog - datadog
- ubuntu - ubuntu
......
...@@ -2,6 +2,8 @@ ...@@ -2,6 +2,8 @@
datadog_api_key: "PUT_YOUR_API_KEY_HERE" datadog_api_key: "PUT_YOUR_API_KEY_HERE"
datadog_apt_key: "http://keyserver.ubuntu.com/pks/lookup?op=get&search=0x226AE980C7A7DA52"
datadog_debian_pkgs: datadog_debian_pkgs:
- apparmor-utils - apparmor-utils
- build-essential - build-essential
...@@ -10,4 +12,4 @@ datadog_debian_pkgs: ...@@ -10,4 +12,4 @@ datadog_debian_pkgs:
- gcc - gcc
- ipython - ipython
- pkg-config - pkg-config
- rsyslog - rsyslog
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment