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