2024/automation/ansible/roles/firewall/handlers/firewall.yml
Albert Stefanov 6cc9946aec Start writing the Ansible playbook
If we want to automate everything :-) #8
2024-05-01 16:15:32 +03:00

7 lines
105 B
YAML

---
- name: Restart nftables
ansible.builtin.service:
name: nftables.service
state: restarted