Skip to content

Commit

Permalink
add more ports for ecobee
Browse files Browse the repository at this point in the history
  • Loading branch information
carpenike committed Sep 29, 2021
1 parent 123df2f commit 118e389
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 9 additions & 1 deletion ansible/inventory/host_vars/fw/firewall_rules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ vyos_firewall_rules:
source:
address-group: ecobee
destination:
port: 8089
port: 8089,8190

accept_esphome_from_k8s_nodes:
action: accept
Expand Down Expand Up @@ -416,3 +416,11 @@ vyos_firewall_rules:
destination:
port: 631
address-group: printers

accept_ubnt_cloud_from_k8s_nodes:
action: accept
protocol: tcp
source:
address-group: k8s_nodes
destination:
port: 8883
1 change: 1 addition & 0 deletions ansible/inventory/host_vars/fw/firewall_zones.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ vyos_firewall_zones:
- accept_https: null
- accept_racknerd_vpn_from_k8s_nodes: null
- accept_mullvad_vpn_from_k8s_nodes: null
- accept_ubnt_cloud_from_k8s_nodes: null
- ignoreZones:
- video
- wireless
Expand Down
3 changes: 2 additions & 1 deletion ansible/inventory/host_vars/fw/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,8 @@ vyos_containers:
[
vyos_interfaces_enriched['wireless']['interface_complete'],
vyos_interfaces_enriched['wired']['interface_complete'],
vyos_interfaces_enriched['iot']['interface_complete']
vyos_interfaces_enriched['iot']['interface_complete'],
vyos_interfaces_enriched['servers']['interface_complete']
] | join(",")
-}}
CFG_MULTICAST: "224.0.0.251"

0 comments on commit 118e389

Please sign in to comment.