mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-31 09:01:32 -07:00
10 lines
199 B
YAML
10 lines
199 B
YAML
---
|
|
- name: Include firewall config tasks
|
|
ansible.builtin.include_tasks:
|
|
file: iptables.yml
|
|
apply:
|
|
tags:
|
|
- firewall
|
|
when: keycloak_configure_iptables
|
|
tags:
|
|
- firewall
|