6 lines
103 B
YAML
6 lines
103 B
YAML
- hosts: localhost
|
|
tasks:
|
|
- name: Enable UFW
|
|
community.general.ufw:
|
|
state: enabled
|