13 lines
252 B
YAML
13 lines
252 B
YAML
---
|
|
# tasks file for inbound_rule
|
|
|
|
- name: Firewall rule to allow SMTP on TCP port 25
|
|
community.windows.win_firewall_rule:
|
|
name: CheckMK
|
|
localport: 6556
|
|
action: allow
|
|
direction: in
|
|
protocol: tcp
|
|
state: absent
|
|
enabled: yes
|