2020-05-15 22:22:26 +02:00
|
|
|
---
|
|
|
|
# Main tasks file for client_iptables
|
|
|
|
|
2020-07-12 12:04:23 +02:00
|
|
|
- name: Include OS-specific variables.
|
|
|
|
include_vars: "{{ ansible_os_family }}.yml"
|
|
|
|
when: configure_iptables
|
|
|
|
|
2020-05-15 22:22:26 +02:00
|
|
|
- import_tasks: package.yml
|
2020-07-11 16:10:53 +02:00
|
|
|
when: configure_iptables
|
2020-05-15 22:22:26 +02:00
|
|
|
- import_tasks: iptables.yml
|
2020-07-11 16:10:53 +02:00
|
|
|
when: configure_iptables
|