add promtail role
This commit is contained in:
11
roles/promtail/handlers/main.yml
Normal file
11
roles/promtail/handlers/main.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
- name: "Restart the Promtail daemon"
|
||||
ansible.builtin.systemd:
|
||||
name: promtail
|
||||
state: restarted
|
||||
|
||||
|
||||
- name: "Reload the Promtail daemon configuration"
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: true
|
||||
Reference in New Issue
Block a user