monitoring: add initial stack with grafana, loki, and promtail
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user