Skip to content

Commit

Permalink
Use datadog ansible collection
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed Apr 28, 2024
1 parent 2cfb775 commit 928aa04
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ ansible:
ansible-playbook -i inventory.yml playbook.yml

ansible-deps:
ansible-galaxy role install -r roles/requirements.yml
ansible-galaxy role install -r roles/requirements.yml --force
ansible-galaxy collection install -r roles/requirements.yml
2 changes: 1 addition & 1 deletion roles/mediaserver/tasks/datadog.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: Install the datadog agent
ansible.builtin.include_role:
name: Datadog.datadog
name: datadog.dd.agent
apply:
become: true
vars:
Expand Down
5 changes: 3 additions & 2 deletions roles/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
collections:
- name: datadog.dd
version: 5.2.0
roles:
- name: Datadog.datadog
version: 4.20.1
- name: mhutter.docker-systemd-service
version: v2.10.0

0 comments on commit 928aa04

Please sign in to comment.