Remove container ports from input filter

This commit is contained in:
Wojciech Kozlowski 2023-07-08 13:07:43 +02:00
parent 3eb33eb556
commit c2a69fcf65
2 changed files with 1 additions and 8 deletions

View File

@ -1,11 +1,4 @@
---
# --------------------------------------------------------------------------------------------------
# system:base
# --------------------------------------------------------------------------------------------------
system_base_additional_tcp_ports: "{{
services_host_services | dict2items | map(attribute='value.tcp', default=[]) | flatten |
union(system_base_tcp_ports | default([])) }}"
# --------------------------------------------------------------------------------------------------
# system:var
# --------------------------------------------------------------------------------------------------

View File

@ -29,7 +29,7 @@ system_base_udp_ports:
- 68 # dhcp (libvirt)
- 137 # samba
- 138 # samba
system_base_tcp_ports:
system_base_additional_tcp_ports:
- 139 # samba
- 445 # samba
system_base_unattended_upgrades_blacklist: