first commit
This commit is contained in:
12
roles/windows_inbound_rule/tasks/main.yml
Normal file
12
roles/windows_inbound_rule/tasks/main.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
# 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
|
||||
Reference in New Issue
Block a user