feat(loki): add role for deployment using ansible

This commit is contained in:
2023-10-15 18:08:38 +02:00
parent f84fed4867
commit e707dbc31c
6 changed files with 145 additions and 0 deletions

6
playbooks/loki.yml Normal file
View File

@ -0,0 +1,6 @@
---
- name: Install loki
hosts: "{{ loki_hosts | default('loki') }}"
become: true
roles:
- role: finallycoffee.observability.loki