This commit is contained in:
phil 2023-11-20 11:47:05 +01:00
parent 90132f42d5
commit 9d49e05e12
12 changed files with 56 additions and 62 deletions

View file

@ -1,7 +1,4 @@
---
- name: get certificate
ansible.builtin.command: dehydrated --cron -g
- name: restart grafana
ansible.builtin.service:
name: grafana-server
@ -11,8 +8,3 @@
ansible.builtin.service:
name: monit
state: reloaded
- name: reload fail2ban
ansible.builtin.service:
name: fail2ban
state: reloaded