mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-29 08:01:33 -07:00
Open jgroups port in firewall
This commit is contained in:
parent
18e002bf27
commit
4a28e1914e
3 changed files with 3 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
enabled: yes
|
||||
state: started
|
||||
|
||||
- name: Configure firewall for jdg ports
|
||||
- name: Configure firewall for keycloak ports
|
||||
become: yes
|
||||
firewalld:
|
||||
port: "{{ item }}"
|
||||
|
@ -24,4 +24,5 @@
|
|||
- "{{ keycloak_https_port }}/tcp"
|
||||
- "{{ keycloak_management_http_port }}/tcp"
|
||||
- "{{ keycloak_management_https_port }}/tcp"
|
||||
- "7600/tcp"
|
||||
- "8009/tcp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue