11 lines
270 B
YAML
11 lines
270 B
YAML
|
---
|
||
|
- name: Firewall rule to allow OBS-Studio Node-Exporter Monitoring on TCP port 9407
|
||
|
community.windows.win_firewall_rule:
|
||
|
name: obs-studio-monitoring
|
||
|
localport: 9407
|
||
|
action: allow
|
||
|
direction: in
|
||
|
protocol: tcp
|
||
|
state: present
|
||
|
enabled: true
|