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 committed Oct 10, 2024
1 parent 9f51bf5 commit 9e9357c
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 @@ -854,3 +854,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 9e9357c

Please sign in to comment.