mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-05 13:44:31 -07:00
10 lines
209 B
YAML
10 lines
209 B
YAML
---
|
|
- name: Include firewall config tasks
|
|
ansible.builtin.include_tasks:
|
|
file: firewalld.yml
|
|
apply:
|
|
tags:
|
|
- firewall
|
|
when: keycloak_quarkus_configure_firewalld
|
|
tags:
|
|
- firewall
|