mirror of
https://github.com/matter-labs/ansible-en-role.git
synced 2025-12-06 10:59:56 +00:00
8 lines
177 B
YAML
8 lines
177 B
YAML
---
|
|
- name: Setup firewall
|
|
ansible.builtin.include_tasks: firewall.yml
|
|
when: use_predefined_iptables
|
|
|
|
- name: Prepare configs
|
|
ansible.builtin.include_tasks: provision.yml
|