Inital commit

This commit is contained in:
phil 2023-05-13 08:30:14 +02:00
commit 34c7873af9
8 changed files with 121 additions and 0 deletions

10
handlers/main.yml Normal file
View file

@ -0,0 +1,10 @@
---
- name: reload monit
ansible.builtin.service:
name: monit
state: reloaded
- name: restart opensearch
ansible.builtin.service:
name: opensearch
state: restarted