Fix / extend README

This commit is contained in:
Gašper Fele-Žorž 2025-09-02 11:22:49 +02:00
parent 0d1e32c626
commit 93b01e5d53
11 changed files with 267 additions and 32 deletions

View file

@ -1,6 +1,7 @@
- name: Install XAMPP
win_chocolatey:
name: xampp-81
install_args: ""
- name: Make XAMPP config world writable
win_acl:
@ -12,7 +13,7 @@
- name: Add firewall rules for XAMPP
win_firewall_rule:
name: "Allow inbound traffic for XAMPP: {{ item }}"
program: "%SystemDrive%\\xampp\\{{ item }}"
program: "C:\\xampp\\{{ item }}"
action: allow
direction: in
protocol: tcp