mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-03-26 21:33:03 +00:00
11 lines
199 B
YAML
11 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
|