feat(security): added nftables firewall

This commit is contained in:
NaeiKinDus 2023-12-12 00:00:00 +00:00
parent 7e617bc471
commit 639b01c351
Signed by: WoodSmellParticle
GPG key ID: 8E52ADFF7CA8AE56
9 changed files with 211 additions and 0 deletions

View file

@ -1,4 +1,11 @@
---
- name: '[firewall] restart service'
become: true
systemd_service:
name: nftables.service
enabled: true
state: restarted
- name: '[ssh] restart service'
become: true
ansible.builtin.systemd_service: