Initial commit

This commit is contained in:
Tyler Hale 2023-04-04 14:18:31 -06:00
parent 2563526115
commit f672b9705c
Signed by: Tyler
GPG key ID: C7CC4B910D88EF96
8 changed files with 276 additions and 9 deletions

View file

@ -0,0 +1,13 @@
---
# file: roles/kibana/handlers/main.yml
- name: Reload firewalld
service:
name: firewalld
state: reloaded
- name: Restart Kibana
service:
name: kibana
state: restarted
become: yes