ansible/roles/nftables_infra/handlers/main.yml
Jeltz 64772b76e4
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Add nftables role
This is a fully static version of the config, and it is meant to be
temporary (until I figure out a way to properly configure nftables using
ansible…).
2022-01-08 23:41:51 +01:00

6 lines
82 B
YAML

---
- name: Reload nftables
systemd:
name: nftables
state: reloaded
...