Open jgroups port in firewall

main
Guido Grazioli 2022-01-19 17:21:05 +01:00
parent 18e002bf27
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

@ -39,7 +39,6 @@ jobs:
- name: Run molecule test
run: molecule test --all
working-directory: ./ansible_collections/middleware_automation/keycloak
env:
PY_COLORS: '1'
ANSIBLE_FORCE_COLOR: '1'

View File

@ -193,3 +193,4 @@ Author Information
* [Guido Grazioli](https://github.com/guidograzioli)
* [Romain Pelisse](https://github.com/rpelisse)
* [Pavan Kumar Motaparthi](https://github.com/motaparthipavankumar)

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"