monitoring: add initial stack with grafana, loki, and promtail

This commit is contained in:
2023-04-07 17:00:48 -07:00
parent 40964c0f60
commit bd8e1b8e38
11 changed files with 212 additions and 3 deletions

View File

@@ -49,6 +49,14 @@
state: enabled
immediate: yes
- name: Allow 514 tcp for syslog
become: yes
firewalld:
port: 514/tcp
permanent: yes
state: enabled
immediate: yes
- name: Enable Firewall
become: yes
firewalld: