mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-30 03:14:48 +00:00
Open jgroups port in firewall
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -39,7 +39,6 @@ jobs:
|
|||||||
- name: Run molecule test
|
- name: Run molecule test
|
||||||
run: molecule test --all
|
run: molecule test --all
|
||||||
working-directory: ./ansible_collections/middleware_automation/keycloak
|
working-directory: ./ansible_collections/middleware_automation/keycloak
|
||||||
|
|
||||||
env:
|
env:
|
||||||
PY_COLORS: '1'
|
PY_COLORS: '1'
|
||||||
ANSIBLE_FORCE_COLOR: '1'
|
ANSIBLE_FORCE_COLOR: '1'
|
||||||
|
|||||||
@@ -193,3 +193,4 @@ Author Information
|
|||||||
|
|
||||||
* [Guido Grazioli](https://github.com/guidograzioli)
|
* [Guido Grazioli](https://github.com/guidograzioli)
|
||||||
* [Romain Pelisse](https://github.com/rpelisse)
|
* [Romain Pelisse](https://github.com/rpelisse)
|
||||||
|
* [Pavan Kumar Motaparthi](https://github.com/motaparthipavankumar)
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
enabled: yes
|
enabled: yes
|
||||||
state: started
|
state: started
|
||||||
|
|
||||||
- name: Configure firewall for jdg ports
|
- name: Configure firewall for keycloak ports
|
||||||
become: yes
|
become: yes
|
||||||
firewalld:
|
firewalld:
|
||||||
port: "{{ item }}"
|
port: "{{ item }}"
|
||||||
@@ -24,4 +24,5 @@
|
|||||||
- "{{ keycloak_https_port }}/tcp"
|
- "{{ keycloak_https_port }}/tcp"
|
||||||
- "{{ keycloak_management_http_port }}/tcp"
|
- "{{ keycloak_management_http_port }}/tcp"
|
||||||
- "{{ keycloak_management_https_port }}/tcp"
|
- "{{ keycloak_management_https_port }}/tcp"
|
||||||
|
- "7600/tcp"
|
||||||
- "8009/tcp"
|
- "8009/tcp"
|
||||||
|
|||||||
Reference in New Issue
Block a user