Skip to content
Snippets Groups Projects
Verified Commit e803a785 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

keycloak: remove redundant firewall port opening

The nginx role already enables the http and https services.
parent ae3f2fc8
No related branches found
No related tags found
No related merge requests found
......@@ -50,15 +50,6 @@
notify:
- Daemon reload
- name: Open firewall hole
ansible.posix.firewalld: port={{ item }} permanent=true state=enabled immediate=yes
when: configure_firewall
with_items:
- 80/tcp
- 443/tcp
tags:
- firewall
- name: Create htpasswd for nginx prometheus endpoint
htpasswd:
path: "{{ keycloak_nginx_htpasswd }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment