12 lines
267 B
YAML
12 lines
267 B
YAML
---
|
|
# Main tasks file for client_iptables
|
|
|
|
- name: Include OS-specific variables.
|
|
include_vars: "{{ ansible_os_family }}.yml"
|
|
when: configure_iptables
|
|
|
|
- import_tasks: package.yml
|
|
when: configure_iptables
|
|
- import_tasks: iptables.yml
|
|
when: configure_iptables
|