add loki role

This commit is contained in:
2022-08-30 07:48:13 -05:00
parent 4a497c211a
commit 341583bbe1
10 changed files with 286 additions and 0 deletions

View File

@ -0,0 +1,6 @@
---
- name: restart loki
systemd:
name: loki.service
daemon_reload: true
state: restarted