ansible/ufw/enable.yml
2026-03-21 17:42:45 +00:00

6 lines
103 B
YAML

- hosts: localhost
tasks:
- name: Enable UFW
community.general.ufw:
state: enabled