Open jgroups port in firewall

This commit is contained in:
Guido Grazioli 2022-01-19 17:21:05 +01:00
commit 4a28e1914e
No known key found for this signature in database
GPG key ID: 22C8C31EF2BC093B
3 changed files with 3 additions and 2 deletions

View file

@ -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"