🛂: authorize Home Assistant to pull from OpenEVSE
All checks were successful
ansible-lint / lint-everything (push) Successful in 2m6s

This commit is contained in:
VC
2025-06-27 20:09:37 +02:00
parent bb8bf8a6b5
commit f394746ffc

View File

@@ -512,6 +512,18 @@ config rule
option target 'ACCEPT'
option family 'ipv4'
# Allow Home Assitant to OpenEVSE
config rule
option name 'Allow-FORWARD-Home-Assistant-OpenEVSE'
option src 'dmz'
option src_ip '{{ lookup('dig', 'ha.mateu.be') }}'
list proto 'tcp'
option dest 'iot'
option dest_ip '{{ lookup('dig', 'evse.mateu.be') }}'
option dest_port '80'
option target 'ACCEPT'
option family 'ipv4'
### IoT Rules
## General Rules
# ICMP