Skip to content

Commit

Permalink
grafana_agent: add molecule
Browse files Browse the repository at this point in the history
  • Loading branch information
ohdearaugustin committed Apr 11, 2024
1 parent d4d2dd5 commit 667c756
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions roles/grafana_agent/molecule/default/converge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
- name: Converge
hosts: all
gather_facts: true
roles:
- role: grafana_agent
1 change: 1 addition & 0 deletions roles/grafana_agent/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---
8 changes: 8 additions & 0 deletions roles/grafana_agent/molecule/grafana-agent-flow/converge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
- name: Converge
hosts: all
gather_facts: true
vars:
grafana_agent_mode: flow
roles:
- role: grafana_agent
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
---

0 comments on commit 667c756

Please sign in to comment.