Remove container ports from input filter
This commit is contained in:
parent
3eb33eb556
commit
c2a69fcf65
@ -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
|
# system:var
|
||||||
# --------------------------------------------------------------------------------------------------
|
# --------------------------------------------------------------------------------------------------
|
||||||
|
@ -29,7 +29,7 @@ system_base_udp_ports:
|
|||||||
- 68 # dhcp (libvirt)
|
- 68 # dhcp (libvirt)
|
||||||
- 137 # samba
|
- 137 # samba
|
||||||
- 138 # samba
|
- 138 # samba
|
||||||
system_base_tcp_ports:
|
system_base_additional_tcp_ports:
|
||||||
- 139 # samba
|
- 139 # samba
|
||||||
- 445 # samba
|
- 445 # samba
|
||||||
system_base_unattended_upgrades_blacklist:
|
system_base_unattended_upgrades_blacklist:
|
||||||
|
Loading…
Reference in New Issue
Block a user