You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
301 B
YAML
12 lines
301 B
YAML
2 years ago
|
- name: Deploying group files
|
||
|
include_tasks: ./per-group-template-file.yml
|
||
|
with_items:
|
||
|
- "{{ nftables.rules.files | list }}"
|
||
|
|
||
|
- name: Deploying group raw-files
|
||
|
include_tasks: ./per-group-template.yml
|
||
|
with_items:
|
||
|
- "{{ nftables.rules.raw | list }}"
|
||
|
|
||
|
- include_tasks: ./remove-files.yml
|