mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-02 06:23:31 -07:00
feat: ubuntu compatibility
This commit is contained in:
parent
d74820190f
commit
b9d9874a00
22 changed files with 222 additions and 26 deletions
6
roles/keycloak_quarkus/tasks/debian.yml
Normal file
6
roles/keycloak_quarkus/tasks/debian.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Include firewall config tasks
|
||||
ansible.builtin.include_tasks: iptables.yml
|
||||
when: keycloak_configure_iptables
|
||||
tags:
|
||||
- firewall
|
Loading…
Add table
Add a link
Reference in a new issue