Erstelle Grafana-Rolle

This commit is contained in:
phil 2022-12-27 10:43:32 +01:00
commit 9ecb9985fb
16 changed files with 258 additions and 0 deletions

18
handlers/main.yml Normal file
View file

@ -0,0 +1,18 @@
---
- name: get certificate
ansible.builtin.command: dehydrated --cron -g
- name: restart grafana
ansible.builtin.service:
name: grafana-server
state: restarted
- name: reload monit
ansible.builtin.service:
name: monit
state: reloaded
- name: reload fail2ban
ansible.builtin.service:
name: fail2ban
state: reloaded