Skip to content

Commit

Permalink
Merge pull request Tendrl#128 from mbukatov/issue_127_firewall_grafana
Browse files Browse the repository at this point in the history
tendrl-server: no longer open 3000/tcp for grafana
  • Loading branch information
mbukatov authored Oct 26, 2018
2 parents ceab22d + bd7bfdd commit c4fccd6
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions roles/tendrl-ansible.tendrl-server/tasks/firewalld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,6 @@
state=enabled
immediate=true

- name: Enable port for grafana server
firewalld:
port=3000/tcp
permanent=yes
state=enabled
immediate=true

- name: Enable port for tendrl-monitoring-integration (grafana alerts callback)
firewalld:
port=8789/tcp
Expand Down

0 comments on commit c4fccd6

Please sign in to comment.