roles/nftables: Basic nftables configuration
The *nftables* role handles installation and basic configuration of the userspace components for nftables. Note that this role currently only works on Fedora, and requires *nftables* 0.8 or later for wildcard includes.
This commit is contained in:
4
roles/nftables/handlers/main.yml
Normal file
4
roles/nftables/handlers/main.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
- name: reload nftables
|
||||
service:
|
||||
name=nftables
|
||||
state=reloaded
|
||||
Reference in New Issue
Block a user