first commit

This commit is contained in:
root
2024-07-12 12:58:40 +02:00
commit 30fdad3be5
557 changed files with 11142 additions and 0 deletions

View 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