+ Loki logging plugin installation
This commit is contained in:
parent
fce52683fb
commit
ace457509c
12
docker-host/setup/tasks/install-loki-logger.yml
Normal file
12
docker-host/setup/tasks/install-loki-logger.yml
Normal file
@ -0,0 +1,12 @@
|
||||
# This playbook installs the loki docker plugin which allows other docker based
|
||||
# services to do they're regular logging actions but centralize them
|
||||
---
|
||||
- hosts: leftcoastlab
|
||||
become: yes
|
||||
tasks:
|
||||
# --grant-all-permissions is the default for ansible
|
||||
- name: Install Loki Docker Plugin
|
||||
community.docker.docker_plugin:
|
||||
plugin_name: grafana/loki-docker-driver:latest
|
||||
state: enabled
|
||||
alias: loki
|
Loading…
Reference in New Issue
Block a user