This commit is contained in:
parent
818b05abfe
commit
a0314f0fce
1 changed files with 7 additions and 0 deletions
|
|
@ -50,6 +50,13 @@
|
|||
tags:
|
||||
- ufw
|
||||
|
||||
- name: enable ufw
|
||||
community.general.ufw:
|
||||
state: enabled
|
||||
policy: reject
|
||||
tags:
|
||||
- ufw
|
||||
|
||||
- name: open ports
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue