mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 10:20:27 -07:00
6 lines
149 B
YAML
6 lines
149 B
YAML
---
|
|
- name: Include firewall config tasks
|
|
ansible.builtin.include_tasks: firewalld.yml
|
|
when: keycloak_configure_firewalld
|
|
tags:
|
|
- firewall
|