forked from rc/classroom
Add firewall rules for Vitis
This commit is contained in:
parent
6a6dabe4f4
commit
ca58fd58a1
1 changed files with 10 additions and 1 deletions
|
@ -1 +1,10 @@
|
||||||
# TODO
|
- name: Add firewall rules for Vitis
|
||||||
|
win_firewall_rule:
|
||||||
|
name: "Allow inbound traffic for Vitis: {{ item }}"
|
||||||
|
program: "{{ large_prog_dir }}\\{{ item }}"
|
||||||
|
action: allow
|
||||||
|
direction: in
|
||||||
|
protocol: tcp
|
||||||
|
loop:
|
||||||
|
- "xilinx\\2025.1\\vitis\\bin\\unwrapped\\win64.o\\hw_server.exe"
|
||||||
|
- "xilinx\\2025.1\\vitis\\bin\\unwrapped\\win64.o\\cs_server.exe"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue