add mtail role

This commit is contained in:
2022-08-30 07:48:26 -05:00
parent 341583bbe1
commit 523d6f3b32
11 changed files with 370 additions and 0 deletions

View File

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