Skip to content

Commit

Permalink
feat: added Grafana to firewall rules
Browse files Browse the repository at this point in the history
  • Loading branch information
SteBaum authored and SteBaum committed Oct 11, 2024
1 parent 73156c4 commit 2c153f0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tdp_vars_defaults/firewall/firewall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -886,3 +886,14 @@ firewalld_rules:
- internal
- public
state: present

# Grafana
grafana:
- name: grafana_web_port
short: Grafana - HTTP port - bind_url_port
port: "{{ grafana_web_port }}"
protocol: tcp
zones:
- internal
- public
state: present

0 comments on commit 2c153f0

Please sign in to comment.