Skip to content

Commit

Permalink
feat: add grafana to firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
PACordonnier committed Dec 18, 2024
1 parent 36b1061 commit d0a06a5
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
@@ -0,0 +1,11 @@
firewalld_rules:
# 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 d0a06a5

Please sign in to comment.