Inital commit
This commit is contained in:
commit
34c7873af9
8 changed files with 121 additions and 0 deletions
10
handlers/main.yml
Normal file
10
handlers/main.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue