mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-23 22:41:51 -07:00
Extract vars, template fixes, add README
This commit is contained in:
parent
6e3a7989eb
commit
ab35489f67
11 changed files with 100 additions and 19 deletions
|
@ -14,7 +14,7 @@
|
|||
|
||||
- name: Configure firewall for jdg ports
|
||||
become: yes
|
||||
ansible.posix.firewalld:
|
||||
firewalld:
|
||||
port: "{{ item }}"
|
||||
permanent: true
|
||||
state: enabled
|
||||
|
@ -22,4 +22,6 @@
|
|||
loop:
|
||||
- "{{ keycloak_http_port }}/tcp"
|
||||
- "{{ keycloak_https_port }}/tcp"
|
||||
- "{{ keycloak_management_http_port }}/tcp"
|
||||
- "{{ keycloak_management_https_port }}/tcp"
|
||||
- "8009/tcp"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue