system-config/inventory/service/group_vars/mirror.yaml
Clark Boylan 5b5be7cd02 Remove mirror ports 4444 and 8081 from the firewall
The docker v1 protocol proxy listened on these ports and was removed
by 9b6398394d as everything uses v2 now.
The firewall holes were left open though. Clean that up.

Change-Id: Ie00acd5bfb657153b9bc49222ae5d9778ad36e70
2022-02-17 08:31:58 -08:00

12 lines
120 B
YAML

iptables_extra_public_tcp_ports:
- 80
- 443
- 4443
- 4445
- 4446
- 4447
- 8080
- 8082
- 8083
- 8084