mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 00:21:36 -07:00
10 lines
201 B
YAML
10 lines
201 B
YAML
---
|
|
- name: Include firewall config tasks
|
|
ansible.builtin.include_tasks:
|
|
file: firewalld.yml
|
|
apply:
|
|
tags:
|
|
- firewall
|
|
when: keycloak_configure_firewalld
|
|
tags:
|
|
- firewall
|