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.
|
- name: Load group rules
|
|
command: "nft -f /etc/nftables/ansible-managed/{{ item }}.nft"
|
|
loop: "{{ combined_rules | list }}"
|
|
when: not nftables.apply_global
|
|
|
|
- name: Load global rule file
|
|
command: "nft -f /etc/nftables.nft"
|
|
when: nftables.apply_global
|