forked from bitlair/ansible
15 lines
423 B
YAML
15 lines
423 B
YAML
---
|
|
|
|
group_nft_input: []
|
|
# test
|
|
|
|
nft_group_rules:
|
|
- { from: [ '204.2.64.29' ], port: "3306", comment: "Mysql vanaf eventinfra, verzoek AK" }
|
|
- { from: [ '100.64.0.14' ], port: "4000", proto: "udp", comment: "siahsd"}
|
|
- { from: [ '204.2.64.86' ], port: "31337", proto: "tcp", comment: "irc-say vanaf home assistant" }
|
|
|
|
power_mqtt_targets:
|
|
- net: space
|
|
ip: 100.64.0.21
|
|
- net: unicorndept
|
|
ip: 100.64.0.187
|