Skip to content

Commit

Permalink
Add port for Kibana
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Rundlett committed Sep 1, 2020
1 parent 18690e7 commit cbeda3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/playbooks/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,13 @@
firewall_protocol: tcp
firewall_servers: "{{ groups['elastic-servers'] }}"
firewall_zone: "{{m_private_networking_zone|default('public')}}"
# add port for Kibana
- role: firewall_port
firewall_action: open
firewall_port: 5601
firewall_protocol: tcp
firewall_servers: "{{ groups['elastic-servers'] }}"
firewall_zone: "{{m_private_networking_zone|default('public')}}"
- elasticsearch

# Note: this is app-servers again, but must be after everything else is setup
Expand Down

0 comments on commit cbeda3a

Please sign in to comment.