mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-07 03:10:31 -07:00
6 lines
147 B
YAML
6 lines
147 B
YAML
---
|
|
- name: Include firewall config tasks
|
|
ansible.builtin.include_tasks: iptables.yml
|
|
when: keycloak_configure_iptables
|
|
tags:
|
|
- firewall
|